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...

can any one tel ,using simple string
a[0]=I
a[1]=N
a[2]=D like that it go's
.
.
out put i need INDIA help me it's really need full ..

Answer Posted / kishan

option Explicit

Dim Str, i, arr_len

Dim arr(10)

arr(0)="I"
arr(1)="N"
arr(2)="D"
arr(3)="I"
arr(4)="A"



arr_len=Ubound(arr)

for i=0 to arr_len

Str=str&arr(i)
next

msgbox Str

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail

2119


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

2165


What is standalone database?

2322


What is 'sleep' in sync point?

1147


How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1981


Difference between action & Reusable action?

1121


Hi Samrat, Thank u very much, what u said it is right.

1952


How to associate shared object repository to test in qtp?

1051


How to find the path of folder in which the test is saved in qtp?

1067


For which type of projects the iterative model is not suitable?

1933


I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????

2764


Can any body please tell me the steps of keyword driven framework of QTP.

2019


explain abt dyanamic changing object with example?

2395


Suggest and Define a solution for an application whose objects are not recognized by UFT?

1143


in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

1998