Number Type

Number is a simple type that is used to declare variables for storing Number tokens. Number variables are ideal for storing and calculating monetary values. For example…

Number nBalance

Move 100.51 to nBalance

Range

-99999999999999.99999999 to 99999999999999.99999999 (-99,999,999,999,999.99999999 to 99,999,999,999,999.99999999)

Note

For more information, refer to Declaring Variables and the Number command.