LowWord
Gets the low-order word of a four-byte integer.
Syntax
LowWord(FourByteInteger)
FourByteInteger:
A four-byte integer.
Return Value
The low-order word (that is | - | - | X | X |)
Related Functions
Example
Variable=LowWord(0x12345678);
! Sets Variable to 0x5678
See Also