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.

inisetval

Write the value of an entry into an ini file.

func uint inisetval (
   str ininame,
   str section,
   str key,
   str value
)

Parameters

ininame The name of the ini file.
section Section name.
key Key name.
value The value of the entry being written.

Return value

#lng\retf

Related links

Source