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 the ampersand (&).
See Also
Data Type Summary, Deftype statements, Integer data type.