How to return a value from a fn, if it has more than one value
how to return
Answer Posted / kishan
dim arr(4) 'declare the array if necessary
function myfunction()
....
....
....
myfunction=arr 'here arr is an array
end function
Point to Remember:
1. store req values in a array and assign that array to
function name (or)
2. Concatenate all the multiple values and assign it to
function name
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Name the properties you would use for identifying a browser and page when using descriptive programming?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
what is impact analysis on regression testing?
How to build scripts that access data from external sources?
How to break the object spy ?
what kind of frame work you used in your last project?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Analyzing the checpoint results?
how to explain a claims and insurance project?
What are the differences between quicktest professional and winrunner?
How do you capture tooltip using QTP?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Can we Test Welcome Screens and Process Images with QTP
how will load the object during runtime?