Hello,

I'm not good with Bit/Byte operations & I'm looking for a solution.

I need to be able to read/modify/save bits from a byte.
For instance, the read the 2nd bit and change it to either 0 or 1 and then the whole thing back out to as a byte.

Any ideas?

Currently, I can already Read the Bits, but haven't figured out how to modify & resave out.