Hello,
Dim Incoming(20) as byte
Dim tempx as word
I need to copy the bytes incoming(6) and incoming(7) to the word var tempx, how to do that
This way not work
High(tempx) = Incoming(6)
Low(tempx) = Incoming(7)
Anyone know how
Best regards
toto
[b:653dd3e8b8][color=red:653dd3e8b8](BASCOM-AVR version : 2.0.7.2 , Latest : 2.0.7.6 )[/b:653dd3e8b8][/color:653dd3e8b8]
↧