Number package

The Number package contains actions that enable you to perform various operations on a number variable. A number variable holds numeric values, including integers and decimals. It holds values from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807, and up to 15 decimal digits.

Actions in the Number package

The actions in the Number package accept a variable as an input and assign the output to a variable. These actions enable you to assign a value to a Number variable, decrement or increment a number, or convert a Number variable to a String variable.

You can use large numbers in number variables or in actions to perform mathematical operations. In the bot editor, use the actions menu (vertical ellipsis at the top-right) to select the Advanced settings > Enable improved number support.
Note: Ensure you update to the latest version of the package to use this feature.

The Number package includes the following actions:

Action Description
Assign See Assign action in Number
Decrement See Decrement action in Number
Increment See Increment action in Number
Random See Random action in Number
To string See To string action in Number