Gentee Programming Language > Documentation > Libraries Download documentation

ini.getnum

Get the numerical value of an entry.
 
uint ini.getnum(
      str   section,
      str   key,
      uint   defval
)

Parameters

sectionSection name.
keyKey name.
defvalThe value to be assigned if the entry is not found.

Return value

The numerical value of the key.

See also

    Working with INI files


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