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