Gentee Programming Language > Documentation > Libraries Download documentation

inigetval

Get the value of an entry from an ini file.
 
str inigetval(
      str   ininame,
      str   section,
      str   key,
      str   value,
      str   defval
)

Parameters

ininameThe name of the ini file.
sectionSection name.
keyKey name.
valueThe string for writing the value.
defvalThe value that will be inserted in case of an error or if there is not such an entry.

Return value

The function returns the parameter value.

See also

    Working with INI files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.