Which is the default Data types in VBScript?
Answers were Sorted based on User's Feedback
Answer / mano
There r no Data types in VB script except Variant
Is This Answer Correct ? | 17 Yes | 3 No |
Answer / rajani
All variables are of type Variant, that can store different
types of data
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / dyj
VB script has only one data type is called a Variant.
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / bharat
vb script has default database is variant i.s DIM
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / saleh
There is no default data type in VBScript. It will take any
type whatever data type you assign to it.
Is This Answer Correct ? | 7 Yes | 3 No |
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
find the length of the string without using length function?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Why is it recommended to close the database connection every time after the work is completed?
What is the output of a + b in vbscript if a = 5 and b = 10?
What is a class in CSS?
How to write functions and sub in vb script?
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
How do I check that the names in a weblist are correct e.g in flight application the names of item are Denver, paris,London, etc. How do I ensure the correct item is displayed from the list after doing item count ?
Difference between Do while loop and while wend loop
What is byref and byval parameters in vbscript?