Compare three variables?
#1

Hi,

In an if statement you can do something like:
if(Variable1 == Variable2)
{
blabla
}

But is this also posible with three variables, something like:
if(variable1 == variable2 == variable3)

?
Reply


Messages In This Thread
Compare three variables? - by Mado - 22.01.2013, 12:07
Re: Compare three variables? - by PaulDinam - 22.01.2013, 12:13
Re: Compare three variables? - by MP2 - 22.01.2013, 12:29
Re: Compare three variables? - by Threshold - 22.01.2013, 12:41
Re: Compare three variables? - by PaulDinam - 22.01.2013, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)