Action group: Operators
Returns True if what is being checked is within the specified values. Otherwise False.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Number to check | Number to check | Robin.Numeric | Yes | |
Number 1 | Number 1 | Robin.Numeric | Yes | |
Number 2 | Number 2 | Robin.Numeric | Yes | |
Results | ||||
Result | A Boolean variable equals to true if the real number to check is in the interval between the other two real numbers 1 and 1, otherwise false. | Robin.Boolean | true |
None.
There is "Variable1" with value = 17 and "Variable2" with value = 3. It is required to check whether the value 4 is between the values of variables 1 and 2. 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 "Between", "If", "Show message".
The comparison of variable values has been performed successfully, the dialog box with the result is displayed