|
Writes a value to an 'INI' file. See the function ReadIniKey for more information on INI files.
| Number | Type | Compulsory | Default | Description |
|---|---|---|---|---|
|
1 |
string |
Yes |
|
File |
|
2 |
string |
Yes |
|
Section |
|
3 |
string |
Yes |
|
Key |
|
4 |
string |
No |
Empty string |
Value |
File name. You should always supply a full path for this argument. If you supply just a file name, the system will assume that the file is in the WINDOWS directory. This behaviour may be changed in future versions. For maximum future compatibility, always use a full path.
Section name.
Key name.
Key value
Return type: real
Returns 1 if function successful. Otherwise returns 0.
|
|
||