SetIniString
Method
SetIniString(strSection, strKeyName, strValue, strIniFileName)
Parameters
strSection (string - The Section of the INI file)
strKeyName (String - The name of the key)
strValue (String - The value to set)
strIniFileName (String - The full path/filename of the ini file)
Returns
Boolean
Example
oUTILITIES.SetIniString "DATABASE","NAME","Northwind", "C:\MyData\MyIniFile.ini"
Is a simple wrapper for the MS Windows SetPrivateProfileString() API function.