Hi Przemek,

Il 12/10/2009 23.01, Przemyslaw Czerpak ha scritto:
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.

I'm just adding it.
I thought as name: hb_IniFromString(), instead of hb_IniString(), and hb_IniToString().
But I will follow your suggestion: hb_IniReadStr() and hb_IniWriteStr().

I will upload in minutes.

Thank you.
Best Regards,
Francesco

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

Reply via email to