| Gentee Programming Language > Documentation > Libraries | Download documentation |
Get the value of an entry from an ini file.
str inigetval( str ininame, str section, str key, str value, str defval )
ininame The name of the ini file. section Section name. key Key name. value The string for writing the value. defval The value that will be inserted in case of an error or if there is not such an entry.
The function returns the parameter value.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |