Home > lang > type > long 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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