Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.WriteBool Function
Writes a Boolean value to the file and returns True if the operation finished correctly
Syntax
Public Function WriteBool (ByRef
b
As Boolean) As Boolean
Parameters
Parameter
Description
ByRef
b
As Boolean
Boolean value to write
Remarks