Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions Introduction > LowWord

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

HighByte, LowByte, HighWord

Example

Variable=LowWord(0x12345678);
! Sets Variable to 0x5678

See Also

Math/Trigonometry Functions