LOWORD
Retrieves the low-order word from the given value.
OutputVar := LOWORD(Value)
Function Example: Word := LOWORD(1310730)
Parameters
- OutputVar
-
The name of the variable to store the low-order word.
- Value
-
The value to convert to low-order word.
Examples
var:=1310730 MsgBox % LOWORD(var)