02-16-2011 12:30 PM - edited 03-14-2019 07:24 AM
Please see attached screen shot.
I have an If statement that I want to check two seperate variables.
isCallCenterOpen OR bTODARC true or false.
When I do a reactive debug I see isCallCenterOpen is set to false but yet in my if statement
it always follows the true route.
I can get this to work using multiple IFs but I would really like to only use one if statement.
Is what I am trying to do possiable?
02-16-2011 01:13 PM
In Java the OR is two vertical bars. 1 vertical bar is a bitwise-OR
Regards,
Geoff
02-17-2011 03:09 PM
Thanks Geoff,
I did try the || though. I remember from a previouse question I asked a couple months back when i was having a problem with another equation and you told me I should be using the == instead of just =
the || does not work either.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide