Published on : September 14, 2020
Title | : | if.smaller_than | |||||||||
Purpose | : | This condition to check the value is Smaller than given value. | |||||||||
Syntax | : | [if.smaller_than lhs=’Value_1′ rhs=’Value_2′] //** Do something if LHS value is smaller than RHS value **// [/if.smaller_than] |
|||||||||
Input Parameters | : |
|
|||||||||
Return Value | : | Return true/false | |||||||||
Example 1 | : |
|
|||||||||
Example 2 | : |
|