Which is the default Data types in VBScript?
Answers were Sorted based on User's Feedback
Answer / guest
Variant is the default data type in VBScript, which can
store a value of any type
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / monal
The data type Variant no longer exists. It has been
replaced with the type Object. Object types must be
explicitly cast to other primitive data types.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / narayana
"Varient" is the default data type in vb script.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the differenece btwn scripting language and programming language
How do you create a recordset object in VBScript?
Difference between Function and Sub routine?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
write a vb script to display 3*3 matrix
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
How to find a latest file from any folder
reverse the string without using reverse string?
How to select a value from a list box by using Selenium web-driver?
How will you check that a variable is an array in vbscript?
Explain about operator precedence in vb script?
How will you get the largest subscript of an array in vbscript?