Reference.WordCast History
Show minor edits - Show changes to markup
November 28, 2009, at 11:38 PM
by David A. Mellis -
Changed lines 16-19 from:
h: the high-order (rightmost) byte of the word
l: the low-order (leftmost) byte of the word
to:
h: the high-order (leftmost) byte of the word
l: the low-order (rightmost) byte of the word
February 08, 2009, at 08:47 AM
by David A. Mellis -
Changed lines 9-11 from:
to:
February 08, 2009, at 08:47 AM
by David A. Mellis -
Added lines 1-26:
word()
Description
Convert a value to the word data type or create a word from two bytes.
Syntax
byte(x)
byte(h, l)
Parameters
x: a value of any type
h: the high-order (rightmost) byte of the word
l: the low-order (leftmost) byte of the word
Returns
word
See also