On Mon, 12 Oct 2009, [email protected] wrote:

Hi,

> 2009-10-12 22:28 UTC+0200 Francesco Saverio Giudice (info/at/fsgiudice.com)
>     + Added new hb_IniString() funtion
>        hb_IniString( cData, lKeyCaseSens, cSplitters, lAutoMain ) -> hIni
>        that reads directly from a string.
>        So hb_IniRead() read from a file, hb_IniString() read from memory 
> string.

Maybe you should call it hb_iniReadStr() ?
If you need such function then sooner or later someone else will need also
function to convert hash table to string in .ini file format so natural
will be adding:
   hb_iniWriteStr( hIni, cCommentBegin, cCommentEnd, lAutoMain )
         -> cData | NIL
or maybe you can even add such function too.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to