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 / sunita
dim str1,a(4)
a(0)="I"
a(1)="N"
a(2)="D"
a(3)="I"
a(4)="A"
for i=0 to ubound(a)
str1=str1+a(i)
next
msgbox str1
May be this is another way out.....correct me if i m wrong.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is the Bitmap checkpoint different from Image checkpoint?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
please post the interview questions for QA position in FACTSET
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
How will you report the bug and explain the defect tracking sheet you handled?
What are the types of object repositories? Which one is you are using?
How to open a new test using quicktest professional (qtp)?
What is the difference between shared and local object repository?
What test cases can you automate using QTP?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
how to prepared for first for the first interview?
What are the features supported by UFT?
How QTP support all types of applications (platforms)?
What are output values and why they are used ?
What is a Patch in QTP?