Reference.LowByte History
Hide minor edits - Show changes to markup
June 01, 2010, at 12:02 PM
by Equipo Traduccion -
Changed lines 3-4 from:
Description
to:
Descripción
Changed lines 6-8 from:
Syntax
to:
Extrae el byte de orden inferior (derecha) de una variable (por ejemplo, una palabra).
Sintaxis
Changed lines 12-17 from:
Parameters
x: a value of any type
Returns
to:
Parámetros
x: un valor de cualquier tipo.
Devuelve
Changed lines 20-21 from:
See also
to:
Ver También
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