Long Data Type

Description

Long (long integer) variables are stored as signed 32-bit (4-byte) numbers ranging in value from -2,147,483,648 to 2,147,483,647. The type-declaration character for Long is &.

See Also

CLng Function, Data Type Summary, Deftype Statements, Integer Data Type.