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.getvalue

Get the value of an entry.

method uint ini.getvalue (
   str section,
   str key,
   str value,
   str defvalue
)

Parameters

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.

Return value

Returns 1 if the entry is found and 0 otherwise.

Related links

Source