Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to return a value from a fn, if it has more than one value
how to return

Answer Posted / bantanahal haribabu

Dim odd()
cnt=0
Function oddnum(srange,erange)
For i=srange to erange
If i mod 2<>0 Then
ReDim preserve odd(cnt)
odd(cnt)=i
cnt =cnt+1
End If
oddnum=odd
Next
End Function
var=oddnum(1,20)
msgbox isarray(var)
For i=lbound(var) to ubound(var)
print var(i)

Next

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain object spy in qtp.

1116


What is the file extension of the code file in qtp?

1047


How can I change object description or check point values in qtp?

1070


What are the different types of recording modes in qtp? Which will be used when?

1114


what is the difference btn risks & Therads in the Test plan documentation?

2171


What is checkpoints for quicktest professional (qtp)?

1083


how can we preform retesting(DATA driven test) using function please gine the code for loginpage

2962


How can i initiate the objects to find uniquely in OR

1946


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1986


Explain how qtp identifies object?

1125


What is the quicktest professional (qtp) testing process?

1059


RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?

2736


if our qtp vb Script may be Currepted then What we want do?

1972


Have you faced any problems with object repository?

1111


How can you write the scripts that operate on different objects depending on run-time information?

2644