Navigation :

Bookmark :

Ads :

Variant types


.

 

Type Description
Byte Contains integer in the range 0 to 255.
Boolean Contains either True or False.
Currency -922,337,203,685,477.5808 to 922,337,203,685,477.5807.
Date Contains a number that represents a date between January 1, 100 to December 31, 9999
Double Contains a double-precision, floating-point number in the range -1.79769313486232E308 to -4.94065645841247E-324 for negative values; 4.94065645841247E-324 to 1.79769313486232E308 for positive values.
Empty Value is 0 for numeric variables or a zero-length string ("") for string variables . Variant is uninitialized.
Error Contains an error number.
Integer Contains integer in the range -32,768 to 32,767.
Long Contains integer in the range -2,147,483,648 to 2,147,483,647.
Null contains no valid data.
Object Contains an object.
Single Contains a single-precision, floating-point number in the range -3.402823E38 to -1.401298E-45 for negative values; 1.401298E-45 to 3.402823E38 for positive values.
String Contains a variable-length string that can be up to 2 billion characters in length.
   
   

Ads :

Links :

Books :