The IniFileWriteSetting function writes an entry to an ini file.
Syntax | |||||
IniFileWriteSetting(FileName, Key, Setting, Default, Value) | |||||
Return value | |||||
Type |
Description | ||||
Long |
0 - if the value could be written successfully | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
FileName |
String |
ByVal |
The path to the ini file | |
Required |
Key |
String |
ByVal |
The key term of the value | |
Required |
Setting |
String |
ByVal |
The key term group | |
Required |
Value |
Variant |
ByVal |
The value to be deposited | |