2.0
3.0
>
lang
>
type
>
long
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
Long
DIM
Var
AS
Long
This native datatype represents a long
Integer
value, i.e. a eight bytes signed integer value.
The value of a Long is an integer between -9.223.372.036.854.775.808 and +9.223.372.036.854.775.807.
See also
Byte
,
Short
,
Integer
,
Datatypes