I've done this before, but today my mind is a complete blank. Must be another of those annoying
senior moments
What I want to do is simple -- it has to be or I would never have managed to do it before.
Incidentally, I'm talking about the mathematical Boolean relationships, NOT the Boolean relationships used in OpusScript.
I have 2 variables, let's call them variable1 and variable2.
Basically, I want to monitor these variables:
If variable1 = 1
OR
If variable2 = 2
a certain action occurs.
There is no ELSE component to this.
When I set up the IF statements,
IF variable1 = 1
IF variable2 = 2
they act in a Boolean AND relationship, whereas what I want is a Boolean OR relationship.
Can someone please kick-start my brain into action?