Please Example programms on vbscript 1)writing functions
and calling functions
Answer Posted / badri
'writing function
function example()
msgbox "This is example for writing funtion"
end function
'calling the above function--just we write the function name
example()
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain about scrrun.dll?
There are 5 web pages.write a script to click the button on 4th web page.
What is sql loader? Explain the files used by sql loader to load file?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
How to replace junk code recorded by QTP with a mall function.
What is the difference between vbscript and vba?
how to operate webobjects in a webpage using getobject function and then using generic methods?
When are redim statement and preserve keyword used in the vbscript language?
What are the rules to name variable in vbscript?
How to Import data from a file (file is on the desktop) to the data table
Differentiate javascript and vbscript?
Write a Script for ATM in QTP
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Explain the asc function?
What are class properties?