Published on : August 18, 2020
Title | : | if.less_than | |||||||||
Purpose | : | The Condition to check left-hand side value is less than as compared with right-hand side value. | |||||||||
Syntax | : | [if.less_than lhs=’Value_1′ rhs=’Value_2′] //** Do something if LHS value is less than RHS value **// [/if.less_than] |
|||||||||
Input Parameters | : |
|
|||||||||
Return Value | : | It does not return anything | |||||||||
Example 1 | : |
|
|||||||||
Example 2 | : |
|