Skip to content

Integer Type

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

Use the Integer type for values that will never exceed 2,147,483,647.

Example

Integer iValue
Move 10 to iValue

Range

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

Note

For more information, refer to the following resources: