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

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

HighByte, LowWord, HighWord

Example

Variable=LowByte(0x5678);
! Sets Variable to 0x78.

See Also

Math/Trigonometry Functions