Unicode Controls & Classes for VB6 - Version 4

clsFileIni.WriteBool Method

Writes a boolean value to the .ini file

Syntax
Public Sub WriteBool (ByVal sAppName As String, _
ByVal sKeyName As String, _
ByVal bKeyVal As Boolean)
Parameters
Parameter Description
ByVal sAppName As String The Section name
ByVal sKeyName As String The Key name
ByVal bKeyVal As Boolean The Value to write
Remarks
The file is updated immediately; this function writes "1" for True and "0" for False