Hi all,
I want to address bits in a loop, like:
i var byte
char var byte
bla var byte
for i = 0 to 7
serin2, serpin, serbaud,[char]
bla.bit(i) = char
next
Anyway to do this? The above doesn't compile, of course.
Thanks,
Jonathan
Hi all,
I want to address bits in a loop, like:
i var byte
char var byte
bla var byte
for i = 0 to 7
serin2, serpin, serbaud,[char]
bla.bit(i) = char
next
Anyway to do this? The above doesn't compile, of course.
Thanks,
Jonathan
Melanie,
As always, thanks so much. I did look but didn't find.
Much appreciated,
Jonathan
PS Wicked quick answer, too![]()
Bookmarks