what does create object actually do when you call it in
vbscript?
Answer / monika
The CreateObject function creates an object of a specified type.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the tristate constants in vbscript?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
What is loose binding? Why is it not a good practice to use it?
How will you format a number in percetage format in vbscript?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
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
Diff between web table ,datatable and data base (QTP)
What methods are used to create text files and open text files in the vbscript language?
1)How to test whether items in a weblist are in alphabetical order or not?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
How to find a latest file from any folder
What are lbound and ubound in the vbscript language?