Camerart Member Feb 2, 2018 #1 Hi, In a program I'm working on, there is the section below: I'm trying to understand how BYTEs work. Is this correct? t_raw.LB = b(2) _________XXXXXXXX t_raw.HB = b(1) XXXXXXXX_________ t_raw.3B = b(0) __________________XXXXXXXX_________ Camerart
Hi, In a program I'm working on, there is the section below: I'm trying to understand how BYTEs work. Is this correct? t_raw.LB = b(2) _________XXXXXXXX t_raw.HB = b(1) XXXXXXXX_________ t_raw.3B = b(0) __________________XXXXXXXX_________ Camerart
Camerart Member Feb 2, 2018 #3 Cromewell said: What language? And what are you trying to do? Click to expand... Hi C, I found my answer today: This shows three of the four possible bytes and their positions. I'm using Oshonsoft Basic. Thanks, C. t_raw.LB = b(2) _________________________XXXXXXXX t_raw.HB = b(1) ________________XXXXXXXX_________ t_raw.3B = b(0) ________XXXXXXXX___________________
Cromewell said: What language? And what are you trying to do? Click to expand... Hi C, I found my answer today: This shows three of the four possible bytes and their positions. I'm using Oshonsoft Basic. Thanks, C. t_raw.LB = b(2) _________________________XXXXXXXX t_raw.HB = b(1) ________________XXXXXXXX_________ t_raw.3B = b(0) ________XXXXXXXX___________________