ShMiL
02-22-2003, 12:48 PM
I want to do this:
if (condition1 or condition 2) and condition3 then...
So I do it like this:
if (condition1 || condition2) && (condition3){
but it doesn't seem to work.
Am I doing it wrong?!
Thanks
if (condition1 or condition 2) and condition3 then...
So I do it like this:
if (condition1 || condition2) && (condition3){
but it doesn't seem to work.
Am I doing it wrong?!
Thanks