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 sql loader? Explain the files used by sql loader to load file?
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
write a program to display the system specifications of client system with the help of vbScript.
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
how to write basic programs in VB Script like addition, multiplication?
write a vb script to add two 2*2 matrix
Mention what if you do not specify anything when you call a procedure?
Explain what is loose binding? Why is it not a good practice to use it?
There are 5 web pages.write a script to click the button on 4th web page.
write a vbscript for traffic signal
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.