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
Boolean | Boolean value |
Byte | Byte value |
Currency | Currency value |
Double | Double-precision floating-point number |
Empty* | Uninitialized |
Error* | An error value |
Integer | Integer |
Long | Long integer |
Nothing* | Object variable that doesn't refer to an object |
Null* | No valid data |
Object | An object |
Single | Single-precision floating-point number |
String* | String |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext