Published on : August 17, 2020
Title | : | if.greater_equal | |||||||||
Purpose | : | Condition to check LHS value is greater than or equal to RHS value. | |||||||||
Syntax | : | [if.greater_equal lhs=’Value_1′ rhs=’Value_2′] //** Do something if LHS value is greater or eqaul to RHS value **// [/if.greater_equal] |
|||||||||
Input Parameters | : |
|
|||||||||
Return Value | : | It does not return anything | |||||||||
Example 1 | : |
|
|||||||||
Example 2 | : |
|