Word()
From Microduino Wiki
word()
- Description
Convert a value to word, or create a character via two bytes.
- Syntax
word(x) word(h, l)
Parameters
- X:any type of value
- H:high-order(the left-most)byte
- L:low-order(the right-most)byte
Return
- Character