Quote:
|
Originally Posted by guitarmonkey<>< Iam about to get 66* posts! Ah evilness! |
thats an interesting umm... number? looks like a syntax error to me. unless 'posts!' is a variable, it would be incredibly difficult to take (66 * posts!)... what would that equal? i guess it could be converted to binary... then ANDed together... maybe...
lets see... that makes "posts!" = 011100000110111101110011011101000111001100100001
and 66 = 01000010
so, if i would AND them togther, i would get... 00000000 for the last character... maybe i'll OR them...
that would give me 01100011, which equals 99 or 'c'
so:
'posts!' AND 66 = 'posts'
'posts!' OR 66 = 'postsc'
shame, shame... you've got to learn your binary...