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 |
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How regexp.execute method works?
write a script to count no drives in file systems in qtp?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
How to write functions and sub in vb script?
generic function for webedit box for web application
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
What is the use of the recordset object and which statement is used to create such an object?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
what is fire event method in qtp?
What are the different types of operators and their order of precedence?