I made a simple INI get and set functions using Kernel32 DLL Windows Private Profile. The commands are very straightforward and this was a conversion from one of my old routines.
Only two functions and this is an example
Set/Update INI Key Value
SetINIString("Display","Resolution","800x600","./Config.INI")
Get INI Value, return a given default value if not found
res$ = GetINIString("Display","Resolution","640x480","./Config.INI")
You can read more about and download the library
here.

Check Out My DarkBasic Blog and Resource!