What are the subtypes of data that a Variant data type in VBScript can contain?

Questions by SriramKrishna   answers by SriramKrishna

Showing Answers 1 - 3 of 3 Answers

Neha Sahu

  • May 16th, 2007
 

Byte - Integer numbers between 0 to 255


String - Character strings


Integer - Large integers between -32,768 and 32,767
Long - Extremely large integers (-2,147,483,648 and 2,147,483,647)
Double - Extremely large numbers with decimal points
Single - Large numbers with decimal points
Currency - Monetary values

Date - Date and time


Object - Objects


Boolean - True and False
Empty - The value that a variant holds before being used
Error - An error number
Null - No valid data
 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions