what does create object actually do when you call it in
vbscript?



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

Post New Answer

More VB Script Interview Questions

How will you get a string with the specified character the specified number of times in vbscript?

0 Answers  


What is event handling in vbscript?

0 Answers  


write a vb script to display the reverse of vbs

2 Answers  


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

0 Answers   CSC,


Explain about the extension .hta?

0 Answers  






Mention the environments where vbscript could be run?

0 Answers  


How can constants be declared in the vbscript language?

0 Answers  


hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me

6 Answers   HP,


The function template cocept is implemented in vb.net is ???

0 Answers  


can anyone tell me the procedure of interview held in applabs

0 Answers  


Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....

1 Answers  


How to make sure that items in a wintree are sorted al?

0 Answers   Ness Technologies,


Categories