Sub Types

The Variant data type can contain any of the normal data types.
There are however 3 additional data types that are worth mentioning.
These 3 are often referred to as the Variant Sub-Types.


Variant/Date

The variant has a special sub type called date-variant that can be used to hold dates.
more details


Variant/Decimal

The variant has a special sub type called decimal-variant that can be used to hold decimals.
more details


Variant/String

The variant has a special sub type called string-variant that can be used to hold variable length strings.


List of the Normal Data Types

BooleanBoolean value
ByteByte value
CurrencyCurrency value
DoubleDouble-precision floating-point number
Empty*Uninitialized
Error*An error value
IntegerInteger
LongLong integer
Nothing*Object variable that doesn't refer to an object
Null*No valid data
ObjectAn object
SingleSingle-precision floating-point number
String*String

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext