Loading...

Reference.HighByte 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 high-order (rightmost) byte of a word (or the second lowest byte of a larger data type).

to:

Extracts the high-order (leftmost) byte of a word (or the second lowest byte of a larger data type).

February 09, 2009, at 06:43 AM by David A. Mellis -
Added line 21:
February 08, 2009, at 08:52 AM by David A. Mellis -
Changed lines 1-2 from:

lhighByte()

to:

highByte()

February 08, 2009, at 08:51 AM by David A. Mellis -
Added lines 1-21:

lhighByte()

Description

Extracts the high-order (rightmost) byte of a word (or the second lowest byte of a larger data type).

Syntax

highByte(x)

Parameters

x: a value of any type

Returns

byte

See also




Bookmark and Share