Number
Number actions allow users to manipulate variables of numeric type.
Actions
Assign
Assigns the specified number to a number variable.
- Enter the assigned number: The numeric value or variable ready to be assigned.
- Select the output number variable: Store the assigned number to a variable.
Increment
Increments a number.
- Enter the source number: The source number to be incremented.
- Enter increment value: The incremental value, defaults to 1.
- Select the output number variable: Store the result number to a variable.
Decrement
Decrements a number.
- Enter the source number: The source number to be decremented.
- Enter decrement value: The decremental value, defaults to 1.
- Select the output number variable: Store the result number to a variable.