Public Function CoerceBooleanToInteger( _
ByVal vValue As Boolean _
) As Integer CoerceBooleanToInteger(True) = -1
CoerceBooleanToInteger(False) = 0See also: CoerceIntegerToBoolean Function
MakeBoolean Function
CoerceToInteger FunctionvValue: The Boolean value whose bytes are to be interpreted as an Integer. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.