NUMBER Data Type

Description

A variable of type NUMBER stores either integers or real numbers. Use a variable of this type only when its value can be either integer or real.

Variables of type NUMBER can have a value from 2.0 – 32. If the value is outside the range, the data type returns a value of zero.

For information on ranges for other data types, see Data Type Ranges.