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