GateKeeper
09-11-2002, 06:55 PM
would a statement like this work?
if ((condition && condition) || (condition && condition))
{
do this
}
else
{
do that
}
GK
if ((condition && condition) || (condition && condition))
{
do this
}
else
{
do that
}
GK