Public Function GetBitInStringFast( _
ByRef vValue As String _
, ByRef vBit As Long _
) As Boolean GetBitInStringFast(Chr$(2) + Chr$(0), 2) = True
GetBitInStringFast(Chr$(2) + Chr$(0), 10) = False
GetBitInStringFast(Chr$(0) + Chr$(2), 2) = False
GetBitInStringFast(Chr$(0) + Chr$(2), 10) = TrueSee also: SetBitInStringFast Function
GetBit FunctionNote: This function is different from GetBit and SetBit because this one considers the first string character to represent the LEAST-significant-byte instead of the MOST-significant-byte. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.