Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Writes entry to file

 


Syntax

Ini_WriteEntry(sFile, sSection, sEntry, sValue) As Boolean 


Parameters

sFile (String)

Filename

...

Value of entry


Example

Code Block
language
languagevb
themeEclipse
vbtitleVBScript
If bStatus Then bStatus=Ini_WriteEntry("C:\CapaInstaller.ini", "SectionName", "EntryName", "Value") 

Scripting Guidelines 


Related functions

Ini_DeleteEntry Ini_ReadEntry