Help Center›FreeBASIC
Standard Data Types
20 entries across 1 topic.
Topics
All entries
Procedures 20
AliasModifies the data type name mangling (decoration) of a public symbolBooleanStandard data typeByteStandard data type: 8 bit signedConstSpecifies that a data type or pointer data type is read only.Function PointerData type that stores a pointer to a Function procedure returning a valueIntegerStandard data type: 32-bit or 64-bit signed, same size as SizeOf(Any Ptr)LongStandard data type: 32-bit signed integerLongIntStandard data type: 64 bit signedObjectBuilt-in type providing run-time type informationPointerA variable declaration type modifierShortStandard data type: 16 bit signedSingleStandard data type: 32 bit floating pointSub PointerData type that stores a pointer to a Sub procedureUByteStandard data type: 8 bit unsigned. Equivalent to Unsigned Byte.ULongStandard data type: 32-bit unsigned integer. Equivalent to Unsigned Long.ULongIntStandard data type: 64 bit unsigned. Equivalent to Unsigned LongInt.UnsignedInteger data type modifierUShortStandard data type: 16 bit unsigned. Equivalent to Unsigned Short.WStringStandard data type: wide character stringZStringStandard data type: 8 bit character string