I have just updated my INI-Manager library. Here it is if you guys want to check it out:
Project page on GitHub:
https://github.com/FellippeHeitor/INI-ManagerDirect download:
https://github.com/FellippeHeitor/INI-Manager/archive/master.zipSample usage:
WriteSetting "test.ini", "[user]", "name", "Fellippe"
WriteSetting "", "[user]", "last name", "Heitor" 'file name can be omitted if it's the same previously used
result$ = ReadSetting$("", "user", "name") 'section names don't need square brackets
'$include:'ini.bm'
The above will generate this sample "test.ini" file:
More details at the project's page above.