Retrieves the high-order byte from the given value.
OutputVar := HIBYTE(Value)Function Example: Byte := HIBYTE(5130)
Function Example: Byte := HIBYTE(5130)
The name of the variable to store the high-order byte.
The value to convert to high-order byte.
var:=5130 MsgBox HIBYTE(var)