Public Function CoerceTwoIntegersToLong( _ ByVal vLo As Integer _ , ByVal vHi As Integer _ ) As Long
CoerceTwoIntegersToLong(1, 2) = 131073 CoerceTwoIntegersToLong(2, 1) = 65538 CoerceTwoIntegersToLong(0, 32767) = 2147418112 CoerceTwoIntegersToLong(0, -32767) = -2147418112See also:
HIWORD Function LOWORD Function MakeInteger Function CoerceToLong Function
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.