clsFileIni.WriteBool MethodWrites a boolean value to the .ini fileSyntax
Public Sub WriteBool (ByVal sAppName As String, _
ByVal sKeyName As String, _ ByVal bKeyVal As Boolean) Parameters
Remarks
The file is updated immediately; this function writes "1" for True and "0" for False
|