Is it possible to pass optional argument to function in vb
script?
Answer Posted / 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 |
Post New Answer View All Answers
Which keyword is used to declare a variable in the vbscript language?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
what is the object hyrarchy in QTP for a web based application
Explain the scope of the variables using dim, public, and private keywords respectively.
What is the purpose of regexp object in vbscript?
What is the extension of the vbscript file?
Mention how to assign a date value to a variable?
Which operator can be used to check if two numbers are equal or not in vbscript?
What is byref and byval parameters in vbscript?
why do u choose to go for testing why cant for devoloping
Mention how to access array data?
Mention what is the technology used by vb script?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Explain the extension .hta?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?