Home > api > cat > datatype 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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_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