Action group: Operators
The action is designed to get the remainder from dividing one number by another.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Dividend | Value or variable of dividend | Robin.Numeric | Yes | |
Divisor | Value or variable of divisor | Robin.Numeric | Yes | |
Results | ||||
Result | Remainder from division of dividend by divisor | Robin.Numeric |
None.
There is "Variable 1" with value 17 and "Variable 2" with value 3. It is required to find out the remainder from dividing variable 1 by variable 2, write the result to a numeric variable and display the obtained number in a dialog box.
Use the actions "Remainder of division" and "Show message".
A dialog box with the total is displayed on the screen: 17/3 = 5 (remainder 2)