Revision [12816]

This is an old revision of KeyPgLong made by JeffMarshall on 2008-04-01 15:46:54.

 

LONG


Standard data type: signed integer having same size as KeyPgSizeof Sizeof(KeyPgAny Any KeyPgPtr Ptr)

Syntax:
KeyPgDim dim variable KeyPgAs as Long

Description:
Depending on the platform, same as KeyPgInteger Integer or KeyPgLongint Longint. A 32-bit or 64-bit signed whole-number data type.
Long has the same size as KeyPgSizeof Sizeof(KeyPgAny Any KeyPgPtr Ptr).

Examples:
  Dim x As Long = &H80000000
  Dim y As Long = &H7FFFFFFF
  Print "Long Range = "; x; " to "; y
Output:
Long Range = -2147483648 to  2147483647


Dialect Differences:
Differences from QB:
See also:
Back to Standard Data Types
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode