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 |
What is the technology used by vb script?
What is the difference between a dictionary and an array?
What are the valid scopes of a variable in vbscript?
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
What is event handling in vbscript?
How will you release the memory acquired by an array variable in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
How to write functions and sub in vb script?
Which in-built function related to an array joins substrings into one string in the vbscript language?
write a vb script to generate fibonnaci numbers