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 |
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
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)
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
What are the naming conventions while declaring a variable in the vbscript language?
Difference between Do while loop and while wend loop
write a vb script to display first 5 odd numbers from 1 to 100
write a vb script to generate 3*3 matrix
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
What is byref and byval parameters in vbscript?