Home > dev > api > cat > datatype 
 en fr de es it nl pl pt pt_BR sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Datatypes Constants
GB_T_VOID Unknown or not specified datatype.
GB_T_BOOLEAN Boolean datatype.
GB_T_BYTE Byte datatype.
GB_T_SHORT Short datatype.
GB_T_INTEGER Integer datype.
GB_T_LONG Long datatype.
GB_T_SINGLE Single datatype.
GB_T_FLOAT Float datatype.
GB_T_DATE Date datatype.
GB_T_STRING String datatype.
GB_T_CSTRING Constant string datatype.
GB_T_POINTER Pointer datatype.
GB_T_VARIANT Variant datatype
GB_T_NULL The NULL value.
GB_T_OBJECT Object reference datatype.

Overview

These constants identify the different Gambas datatypes.

See also

GB_TYPE