I need help defining a word variable that I can access as a word, the high and low byte and as a bit array? I need to point to the a bit in the word with a for next loop. I know how to dfine a bit array. mybitarray var bit[16] but how do I access the word and the low and hi byte of the bit array. I know that you can access bits of a word like myWord.7 but how do I change the .7 in a for next loop?
Bookmarks