| Gentee Programming Language > Documentation > Libraries | Download documentation |
Write the value of an entry into an ini file.
uint inisetval( str ininame, str section, str key, str value )
ininame The name of the ini file. section Section name. key Key name. value The value of the entry being written.
If error occurs, function returns 0.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |