Hello Darrel
Thank you for the sample
Can you explain this?
For Idx = 15 to 0 STEP -1 ; loop thru the bits
is this correct?
IF dat.0(Idx) THEN
why not
IF dat(Idx) THEN
dat is a word variavel, so if
in the loop at the moment
idx is say 1 then it's the same like
dat.1, that is the second bit of the word, or not
NEXT Idx
Thanks and best regards
Pedro
Bookmarks