Published on : August 07, 2020
Title | : | if.and | |||||||||
Purpose | : | If condition with AND to check two condition at time | |||||||||
Syntax | : |
[if.equla lhs=’Variable_Name’ rhs=’200′][/if.equal] [if.and c.not_empty=’Variable_Name’] //** Do something if variable is eqaul to ‘200’ AND it’s contain value **// [/if.and] |
|||||||||
Input Parameters | : | c.condition: Define second condition. | |||||||||
Return Value | : | It does not return anything | |||||||||
Example 1 | : |
|