Public Function LOWORD( _ ByVal vValue As Long _ ) As Integer
LOWORD(345) = 345 LOWORD(65538) = 2 LOWORD(131073) = 1See also:
HIWORD Function LOBYTE Function LODWORD Function CoerceTwoIntegersToLong Function MakeLong Function CoerceToInteger FunctionNote: Use the CoerceTwoIntegersToLong function to reconstruct a Long from two Integer values.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.