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 |
Which loop is used in case of arrays in the vbscript language?
How to create a function in vbscript?
int a=4857 i need output as 7584.without using any inbuild function?
can anyone tell me the procedure of interview held in applabs
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
What is the use of the instr function?
what is the use of QCUtil? explain with one example?
Difference between Do while loop and while wend loop
How to search word in a string without using instring function?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
What are class variables?