on ‎2007 Jan 16 5:14 AM
Hi all,
Is it possible to define logical expressions (using AND, OR) in the Link editor of BLS or are we left with only using the Conditional Action block? Thanks...
Request clarification before answering.
Yes it is.
For AND : <<Condition1>> <b>&&</b> <<Condition2>>
For OR : <<Condition1>> <b>||</b> <<Condition2>>
You can use the <b>double ampersand (&&)</b> for <b>AND</b> and <b>double pipe (||)</b> for <b>OR</b>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, it is good practice to use parentheses when performing logical operators - it will make the statements easier to read.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 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.