Reference.LowByte History
Hide minor edits - Show changes to markup
November 28, 2009, at 11:38 PM
by David A. Mellis -
Changed lines 5-6 from:
Extracts the low-order (leftmost) byte of a variable (e.g. a word).
to:
Extracts the low-order (rightmost) byte of a variable (e.g. a word).
February 09, 2009, at 06:43 AM
by David A. Mellis -
Added line 21:
February 08, 2009, at 08:50 AM
by David A. Mellis -
Added lines 1-21:
lowByte()
Description
Extracts the low-order (leftmost) byte of a variable (e.g. a word).
Syntax
lowByte(x)
Parameters
x: a value of any type
Returns
byte
See also