JBR #1 I'm using the demo of BMax and it is returning 4 for the answer to (123 and 4).Which is wrong!123 = 011110114 = 00000100HelpMarg
Scott Shaver #2 (123 & 4) <-- bitwise(123 and 4) <-- logicalalthough it does seem like the logical operator should return true not 4. but any non-zero value is true.