cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
376
Views
0
Helpful
2
Replies

If scripting not working

Live2 Bicycle
Level 3
Level 3

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?

If-statement.jpg

2 Replies 2

geoff
Level 10
Level 10

In Java the OR is two vertical bars. 1 vertical bar is a bitwise-OR

Regards,

Geoff

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.