Hi Christopher,

Decimal 9 in binary is %00001001 not 00001011.

Binary representation is from right to left meaning the digit on the far right is the first is 1 then 2 then 4 then 8 then 16 then 32 then 64 then 128.

I have been reading your posts and just don't quite get what it is you are trying to do.

"I don't have much experience with the lookup command and I don't understand what the manual states. I will post the code here and someone let me know if I can clean it up please.

B1=8
B2=6
B3=11
B4=15

B1 in binary is %00001000
B2 in binary is %00000110
B3 in binary is %00001011
B4 in binary is %00001111

Hope this helps!

BobK