Action group: Operators
Description
Returns True if the first operand is less than the second operand. Otherwise False.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First operand | Value or variable of the first opreand | Robin.Numeric | Yes | |
Second operand | Value or variable of the second opreand | Robin.Numeric | Yes | |
Results | ||||
Result | The result of the comparison, true if the first number is less than the other, false otherwise. | Robin.Boolean | true |
None.
There is "Variable1" with value = 17 and "Variable2" with value = 3. It is required to check the expression Variable1<Variable2. If the result is positive, display a dialog box with a message - correct, if the result is negative, display a dialog box with a message - incorrect.
Use the actions "Less than", "If", "Show message".
The comparison of variable values has been performed successfully, the dialog box with the result is displayed