Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Writes entry to file

 

Syntax

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

 

Parameters

sFile (String)

Filename

sSection (String)

Section name

sEntry (String)

Entry name

sValue (String)

Value of entry


Example

VBScript
If bStatus Then bStatus=Ini_WriteEntry("C:\CapaInstaller.ini", "SectionName", "EntryName", "Value") 

Scripting Guidelines

 

Related functions

Ini_DeleteEntry Ini_ReadEntry

  • No labels