2.1.13 Int
The Int data type supports a value range from -231 (-2,147,483,648) through 231 – 1 (2,147,483,647). The values of this data type are represented in simple Unicode string format, as follows.
-
Int = ["-"]1*10DIGIT
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Int data type supports a value range from -231 (-2,147,483,648) through 231 – 1 (2,147,483,647). The values of this data type are represented in simple Unicode string format, as follows.
Int = ["-"]1*10DIGIT