Quote:
Originally Posted by Tolnaftate2004
Might as well be doing be doing "f" xor "b" considering I believe binary operators compare only one binary value (that is, the first binary value per argument)... Not that that piece of code is of any use to anyone (see Okie's post). "f" xor "b" is char(6), whatever that is. char(6) has an ASCII of 6 which is not 0, thus is true...
|
well, xor works logically, too. I would imagine that that would return false since both strings exist.