Action group: Operators
The action is designed to get the difference of two numbers.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First operand | Minuend | Robin.Numeric | Yes | |
Second operand | Subtrahend | Robin.Numeric | Yes | |
Results | ||||
Result | The result of subtracting one number from another | Robin.Numeric |
None.
There is "Variable 1" with value 8 and "Variable 2" with value 2. It is required to find out the difference of two numbers written to these variables (Variable 1 - Variable 2), write the result to a numeric variable and display the obtained number in a dialog box.
Use the "Subtraction" and "Show message" actions.
A dialog box with the total value is displayed on the screen.