Public Function CoerceTwoBytesToInteger( _ ByVal vLo As Byte _ , ByVal vHi As Byte _ ) As Integer
CoerceTwoBytesToInteger(1, 2) = 513 CoerceTwoBytesToInteger(2, 1) = 258 CoerceTwoBytesToInteger(254, 255) = -2 CoerceTwoBytesToInteger(255, 254) = -257See also:
HIBYTE Function LOBYTE Function MakeByte Function CoerceToInteger Function
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.