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
Are Shared ORs read-only?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How to save your test using quicktest professional (qtp)?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How many types of status are there?
What are the features of quick test pro(qtp)?
Why do we use breakpoints in QTP?
Is it possible to call win runner script in qtp?
How many lines of code in each script of QTP?
How to find a window is minimized or not
What are the advantages of a Hybrid framework?
what is run-time data?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Hai anyone please "Explain about Framework in QTP?"
How you can find length of array in qtp?