on 2009 May 21 8:27 PM
Hello, there!
I'm getting the most stupid problem.
I'm trying to make a condition of the kind: (ConditionA AND ConditionB) OR (ConditionC AND ConditionD).
So I use a Conditional action configured with 2 inputs and the OR option.
Inside the Link Editor, I set:
Input1 = ConditionA & ConditionB
Input2 = ConditionC & ConditionD
But it doesn't work. It always gives me a true, no matter what the inputs are.
I'm pretty sure MII is interpreting the "&" symbol as a concatenation symbol, instead of a logical AND.
So how do I solve this?
Any suggestions?
Thank you in advance!
Request clarification before answering.
if( boolean, value1, value2 ) == if( boolean, value1, *value3* )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.