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