Home / lang / type / pointer 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  mk  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
Pointer
Syntax
DIM Var AS Pointer

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

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

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

See also

Datatypes