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 |
compare the string without using stringcomp function?
What are the different types of operators and their order of precedence?
who will create the object?
how to declare a variable in vbscript using vbscript
How to remove the spaces in a string Ex: "this is apple"
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
What is the scope of a constant declared using public?
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
If anyone knows abt Test Complete material, Pls let me Know. if u have any material or any documents..... Pls mail me on this mail Id...... This is very Urgent Requirment..... for my Project.....
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
How are values assigned to the variables in the vbscript language?
What is the use of option explicit in vbscript?