The following are good solutions but how if I want to add some comments in between?
Anyone has better implementation and mind to share?
I may also like to have repeated keys on different sections.
For now, I am developing my own solution.
www.b4x.com
www.b4x.com
Anyone has better implementation and mind to share?
I may also like to have repeated keys on different sections.
For now, I am developing my own solution.
INI files windows style class
Hi, I've written this class to manage INI-likes files. It expose three main methods Initialize(pPath As String, pFilename As String ) - to init the object and create a INI file AddKey(pSection As String,pKey As String,pValue As String) As Int - to add or update a key with a new value - return...

Read / Write an .ini-File line by line
How can i save & read-out a multiline .ini-Textfile ? one-line files are no problem ;-) i.e. number1.ini: true false false true i have boolean variables that must be filled on programstart with the last settings. When saving, each line in each .ini File (there a 16 of it) must be possible...
