Programming Languages VBScript Subjective
May 11, 2013

Define subtypes of data that a Variant data type in VBScript?

Detailed Explanation

Subtypes of data that a Variant data type in VBScript are given below:

Byte    - Between 0 to 255

String  - Character strings

Integer - Between -32,768 and 32,767

Long    - Between (-2,147,483,648 and 2,147,483,647)

Double  - Extremely large numbers with decimal points

Empty   - The value that a variant holds before being used

Error   - An error number

Null    - No valid data

Single  - Large numbers with decimal points

Currency- Monetary values

Date    - Date and time

Object  - Objects

Boolean - True and False

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback