what does create object actually do when you call it in
vbscript?
Answer Posted / monika
The CreateObject function creates an object of a specified type.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Procedure or Subroutine in VB Script?
How to delete a cookie using vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
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?
When are redim statement and preserve keyword used in the vbscript language?
What is the purpose of the err object in the vbscript language?
How will you get the largest subscript of an array in vbscript?
How can you fetch the value of a cookie?
Which object provide information about a single runtime error in a vbscript?
What are the different types of loops available in the vbscript language?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
What is the difference between function and procedure?
What's the difference between vbscript and vb.net?
Which command is used for writing text on a page?
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.?