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 |
Write a program to print all lines that contains a word either “testing” or “qtp”
What methods are used to create text files and open text files in the vbscript language?
What are class variables?
please can you help me to get a code of flames using a visual basic 6
What is the purpose of the err object in the vbscript language?
write a vb script to generate the following pattern ***** **** *** ** *
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
How to remove the spaces in a string Ex: "this is apple"
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
What is vbscript procedures?
Mention what is the use of option explicit in vbscript?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer