logical operators

dagnabitboy

Active Member
Licensed User
Longtime User
I want to do a logic operation "anding" two numeric quantites. Example: decimal 257 (0x101 hex) "and" decimal 255 (0xFF in hex). the result is 0x01 of course. In other cases I may want to "and" with other values to detect if specific bits are set. Is there a logical math operator for this? Didn't see it in my search. Thanks!
 
Top