1 Answers
What are the different data types supported in VBScript?
VBScript supports the following data types:
- Boolean: Represents true or false values.
- Integer: Represents whole numbers.
- Long: Represents larger whole numbers.
- Single: Represents single-precision floating-point numbers.
- Double: Represents double-precision floating-point numbers.
- String: Represents sequences of characters.
- Date: Represents date and time values.
- Object: Represents references to objects.
- Variant: Represents a variable that can hold any type of data.
These data types provide flexibility and versatility for working with different types of values in VBScript.
![Answer for Question: What are the different data types supported in VBScript?](https://https://interviewquestionshub.com/wp-content/plugins/categories-images/assets/images/placeholder.png)
Please login or Register to submit your answer