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
What are the check points can be inserted without recording?
What is TOM in QTP?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
How to execute a winrunner script in quicktest professional?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What is the difference between call to existing action and copy of an action?
How to check which add-ins are associated with a test in qtp?
How many types of parameters are there?
what could go wrong with test automation?
How to capture all the data of a webtable, weblist and combolist using QTP?
Can anybody post some real time scenario in qtp? please its very urgent.
What are main panes available in qtp test browser?
How to record application running on the Virtual machine?
What are the advantages of a Hybrid framework?