Published on : July 24, 2020
Title | : | if.equal | |||||||||
Purpose | : | To compare two values are equal or not | |||||||||
Syntax | : | [if.equal lhs=’left hand side value’ rhs=’right hand side value’] //** Do something if left hand side value is equal to right hand side value **// [/if.equal] |
|||||||||
Input Parameters | : |
|
|||||||||
Return Value | : | It does not return anything | |||||||||
Example 1 | : |
|
|||||||||
Example 2 | : |
|