Public Function LOBYTE( _ ByVal vValue As Integer _ ) As Byte
LOBYTE(513) = 1 LOBYTE(258) = 2 LOBYTE(-2) = 254 LOBYTE(-257) = 255See also:
HIBYTE Function LOWORD Function CoerceTwoBytesToInteger Function MakeInteger Function CoerceToByte FunctionNote: Use the CoerceTwoBytesToInteger function to reconstruct an Integer from two Byte values.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.