EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

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