LOBYTE

Syntax

BYTE LOBYTE(nInteger)

This macro extracts the low-order byte from the short-integer value specified by the
nInteger parameter.

Parameter Type/Description  

nInteger int Specifies the value to be converted.  

Return Value

The return value specifies the low-order byte of the value.