PDA

View Full Version : is this a valid statement?


GateKeeper
09-11-2002, 06:55 PM
would a statement like this work?

if ((condition && condition) || (condition && condition))
{
do this
}
else
{
do that
}

GK

beetle
09-11-2002, 07:22 PM
Sure, why not. :D

Yes, it is.

GateKeeper
09-11-2002, 09:02 PM
ahhh....ya gotta love complex if..else statements. but at least my little campfire images are lining up in the right spots now.