Public Function HIBYTE( _
ByVal vValue As Integer _
) As Byte HIBYTE(513) = 2
HIBYTE(258) = 1
HIBYTE(-2) = 255
HIBYTE(-257) = 254See also: LOBYTE Function
HIWORD 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.