Integer Type

Integer is a simple type that is used to declare variables for storing Integer tokens.

Use integer for integer values that will never exceed 232.

For example:

Integer iValue

Move 10 to iValue

Range

-2,147,483,648 to 2,147,483,647

Note

For more information, refer to Declaring Variables, the Integer command and Folded Integer Type.