![]() ZBasic System Library
179
ZBasic Microcontrollers
Type
Function returning UnsignedInteger
Invocation
LoWord(val)
Parameter
Method
Type
Description
val
ByVal
numeric
The value of which the low word is desired.
Discussion
This function returns the least significant word of the specified value. If the specified value is a Byte the
return value will have zero in the high byte.
Compatibility
This function is not available in BasicX compatibility mode.
See Also
|