Thread
:
x == (y || z)
View Single Post
05-04-2006, 01:32 PM
#
4
(
permalink
)
Phantom
Account Terminated
Join Date: Sep 2002
Age: 26
Posts: 3,846
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
View Public Profile
Visit Phantom's homepage!
Find More Posts by Phantom