Thread: x == (y || z)
View Single Post
Old 05-04-2006, 01:32 PM   #4 (permalink)
Phantom
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Whats wrong with?

Code:
if (x == y || x == z)
What you want to do, and what you asked, does exactly the samething so I perhaps don't understand why the method that does work is not something you want to use.
Phantom is offline   Reply With Quote