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