FBWiki : KeyPgInteger

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

INTEGER


Standard data type: 32 bit signed

Syntax:
dim variable as Integer

Description:
32-bit signed whole-number data type. Can hold values from -2147483648 to 2147483647.

Examples:
  Dim x As Integer = &H80000000
  Dim y As Integer = &H7FFFFFFF
  Print "Integer Range = "; x; " to "; y

Output:
Integer Range = -2147483648 to  2147483647

Dialect Differences:

Differences from QB:

See also:

Back to Standard Data Types

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode