| Stonefield Query SDK |
| SetINIValue |
Syntax
SetINIValue(INIFile as String, Section as String, Entry as String, Value as String) as Boolean
Parameters
INIFile
The fully-qualified path to the INI file.
Section
The section in the INI file where the value is stored (if the section doesn't exist, it's added).
Entry
The name of the entry for the value (if the entry doesn't exist, it's added).
Value
The value to store.
Return Value
True if the value was stored or False if not.
Example
See GetINIValue for example code.
See Also
Application Object | GetINIValue | SetRegistryValue
| Last Updated: 08/13/09 |