Home / lang / type / pointer 
Pointer
Syntax
DIM Var AS Pointer

This native datatype represents a pointer, i.e. an address in memory.

This is a absolute synonymous of the Integer datatype on 32 bits systems.

In the future 64-bits version of Gambas, a Pointer will be a synonymous for the Long datatype.


See also
Datatypes