EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

ini.getnum

Get the numerical value of an entry.

method uint ini.getnum (
   str section,
   str key,
   uint defvalue
)

Parameters

section Section name.
key Key name.
defval The value to be assigned if the entry is not found.

Return value

The numerical value of the key.

Related links

Source