LowByte
Gets the low-order byte of a two-byte integer.
Syntax
LowByte(TwoByteInteger)
TwoByteInteger:
A two-byte integer.
Return Value
The low-order byte (that is | - | X |)
Related Functions
Example
Variable=LowByte(0x5678);
! Sets Variable to 0x78.
See Also