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.

inigetval

Get the value of an entry from an ini file.

func str inigetval (
   str ininame,
   str section,
   str key,
   str value,
   str defval
)

Parameters

ininame The name of the ini file.
section Section name.
key Key name.
value The string for writing the value.
defval The value that will be inserted in case of an error or if there is not such an entry.

Return value

Returns the parameter value.

Related links

Source