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
Tell some commonly used Excel VBA functions?
What does it mean when a check point is in red color? What do you do?
What are the ordinal identifiers in web page?
what is impact analysis on regression testing?
What is qtp window?
How QTP support all types of applications (platforms)?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
How you can make an action as re-usable action?
What is difference between shared and local object repository?
How to use descriptive programming?
What is object spy in quicktest professional?
How do you delete unwanted results in qtp?
How do you check ticket cost and ticket number in flight application?
How many types of object repository in qtp?