Same thing applies going either sending or receiving...
variableword var word
variable_highbyte var byte
variable_lowbyte var byte
variableword = (variable_highbyte * 256) + variable_lowbyte
variable_lowbyte = variableword.lowbyte
variable_highbyte = variableword.highbyte
Bookmarks