| Gentee Programming Language > Documentation > Libraries | Download documentation |
Get the value of an entry.
uint ini.getvalue( str section, str key, str value, str defval )
section Section name. key Key name. value The string for getting the value. defval The value to be assigned if the entry is not found.
Returns 1 if the entry is found and 0 otherwise.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |