inisetval
Write the value of an entry into an ini file.
func uint inisetval (
str ininame,
str section,
str key,
str value
)
str ininame,
str section,
str key,
str value
)
Parameters
ininame | The name of the ini file. |
section | Section name. |
key | Key name. |
value | The value of the entry being written. |
Return value
#lng\retf
Related links | Source |