Hi mister_e,
:-) Sorry, I was feeling a bit lazy. Plus, I don't have the most efficient computer setup in the world. Anyway, this actually the question that I can't figure out: how would I set multiple bits in a byte simultaneously? Say, I want to set bit5 to bit0 to a certain value.
I was hoping there was something like this:
databyte1.[5 to 0] = %101011
Bookmarks