This will give you a value with just the first two bits of the original byte:Originally Posted by champion
TwoBits = OrigByte & %00000011
HTH,
Steve
This will give you a value with just the first two bits of the original byte:Originally Posted by champion
TwoBits = OrigByte & %00000011
HTH,
Steve
Bookmarks