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 |
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Which keyword is used to declare a variable in the vbscript language?
Description.Create
Which operator can be used to check if two numbers are equal or not in vbscript?
How to write functional test cases for send button in gmail.
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
why variable name should not exceed 255 characters?
Anyone have qtp11.0 crack?
We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below
What are subprocedures in vbscript?
How will you get a subset of a array in vbscript?
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.