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

Answers were Sorted based on User's Feedback



can any one tel ,using simple string a[0]=I a[1]=N a[2]=D like that it go's . . out pu..

Answer / lakshmi

You can use function JOIN

Dim arr(10)

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

Msgbox Join(arr) - it will display INDIA

Is This Answer Correct ?    7 Yes 0 No

can any one tel ,using simple string a[0]=I a[1]=N a[2]=D like that it go's . . out pu..

Answer / 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

can any one tel ,using simple string a[0]=I a[1]=N a[2]=D like that it go's . . out pu..

Answer / shyamala

a=array("I","N","D","I","A")
msgbox (a(0)+a(1)+a(2)+a(3)+a(4))

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

What is the Diff between Image check-point and Bit map Check point?

3 Answers   Crea,


What are the Features & Benefits of Quick Test Pro ?

0 Answers   Crea,


hi friends can any one provide me the project in qtp because i have to attend to interview within one week atleast you provide the website address which provide the qtp projects

2 Answers  


Have you used xml check point in your project? How?

0 Answers  


Is there any site to download QTP....otherwise tell me the way how to get the QTP sofware??????????????????? Thnx in advance

5 Answers   Cegonsoft,






1. Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). 2. Using descriptive programing, how do you handle changing URLs. Pls anyone, very urgent

2 Answers   Infotech,


What are software testing metrics

3 Answers  


Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.

1 Answers   Cap Gemini,


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com

0 Answers  


What is the difference between Recover Scenario(screen) and on Error Resume Next(code)

4 Answers  


what is description object?

0 Answers  


On what document base Descriptive programming is written if build is not yet ready ?

0 Answers  


Categories