Visual Basic - Integers
Types for storing integers.Visual Basic .NET
Other pieces of example codes:Dim x As long= -82345
Dim x As byte=5
Dim x As uinteger=70000
Dim x As integer= -12345
Dim x As short= -1234
Dim x As ulong=7001234
You can find it in the following collections: numbers | data types
Integers in another programming language: