Is it possible to pass optional argument to function in vb
script?
Answers were Sorted based on User's Feedback
Answer / george
Yes, it is possible to pass optional parameters to vb
script functions.
It could be done as done in vb by qualifying optional key
word.
| Is This Answer Correct ? | 4 Yes | 2 No |
We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below
Explain about the asc function?
Can automation testing find ssame no. of bugs what we can find by manual testing?
how to delete folder test3,test4 and test5 using vbscript?
My Salary is 65000. How Much TDS I have to pay
how to increasing the numbers in a given text box please write a vb script
write a vbscript for traffic signal
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
How will you get a random number between 0 and 1 in vbscript?
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?
Difference between Function and Sub routine?
Explain about arrays in vb script?