win32ui.WriteProfileVal
WriteProfileVal(section, entry, value)
Writes a value to the application's INI file.
Parameters
section : string
The section in the INI file to write to.entry : string
The entry within the section in the INI file to write to.value : int/string
The value to write. The type of this parameter determines the method's return type.