Msg: 4357 *Conference*

05-29-93 10:19:01

From: DREW BLANCHAR

To : CARROLL LEWIS

Subj: REPLY TO MSG #4352 (MAGIC)

Carroll,  
 You're doing a binary/boolean AND.
  9 = 00001001      
  if I AND it with 7
  7 = 00000111 I get a result of
      00000001
 so anytime there are NO matches of 1's (AND) you'll get FALSE  anything else
is  a TRUE.
  
Figure it from there.  I'll be back later.
-- Drew