>>364Yuck.. Java hurts my brain.
I don't know java… but you might be trying to use syntax of a different language that you just "picked up" from your readings somewhere.
Did you know the operator you are using "[|]" its logic is not "OR" it is instead logic " bitwise inclusive OR"?
Can you explain the difference between "logical OR" [||] , "bitwise inclusive OR" [|] , "bitwise exclusive OR" [^] ?
Some reading about [|] and [||]:
http://stackoverflow.com/questions/7101992/why-do-we-usually-use-not-what-is-the-differenceAnyway, goodluck. Pls let us know of your discoveries, I would like to know the answer too (to lazy to into java and figure it out myself)