hai friend's ..
my question is
a[0]=I
a[1]=N
a[2]=D LIKE IT GO'S
i need output INDIA ,using simple string how will u do?
can any one tell really need full..

Answer Posted / kishan

dim arr(4)

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

msgbox join(arr)

(or)


str=""
for i=0 to ubound(arr)
str=str&arr(i)
next

msgbox str

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?

1223


Explain advantages and disadvantages of ddf?

595


With what extension you can save the list of tests in a file to run in test batch runner?

557


How to test results for qtp ?

780


Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?

1390






Explain QTP using different development techniques ?

529


Did the scripts need lot of maintenance? If yes, why?

3292


How you can make an action as re-usable action?

643


Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.

1437


What are the main differences of qtp and win runner?

589


How do you delete unwanted results in qtp?

598


How to create a standard checkpoint ?

550


What is the pros and cons between QTP and Rational Robot

3276


How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?

694


what is keyword driven testing in qtp?n how is it useful?

1483