ivakyb / minini

Automatically exported from code.google.com/p/minini
Other
0 stars 0 forks source link

Cannot get value of a duplicating key #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ini format does not restrict the presence of duplicating keys in a section. So, 
I suggest subroutines like
int ini_getidxs(const TCHAR *Section, int idx, TCHAR *Buffer, int BufferSize, 
const TCHAR *Filename)
(see attachement).

Original issue reported on code.google.com by vvoznese...@gmail.com on 16 Nov 2011 at 12:10

Attachments:

GoogleCodeExporter commented 9 years ago
The latest version of minIni (version 1.2) has a new function, ini_browse(), 
that will return duplicate keys and duplicate sections. You cannot write 
duplicate keys (or duplicate sections), however.

Original comment by thiadmer...@gmail.com on 4 Jan 2012 at 12:32