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 / karthick
good ans ..same time instead of using
msgbox a(0)&a(1)&a(2)&a(3)&a(4)
why can't we use join function...i mean like this..
Dim myres,a(4)
a(0)="I"
a(1)="N"
a(2)="D"
a(3)="I"
a(4)="A"
myres=join(a)
msgbox myres
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
What is the difference between the design-time and run-time data tables?
How to start recording using quicktest professional (qtp)?
Explain the terms test and business component?
what are the challenges you have faced while testing web based application using the automation tools ?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
how to prepared for first for the first interview?
What is smart identification in QTP?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
how many maximum number of virtual users we can create?
Explain the concept of object repository & how qtp recognizes objects?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What are the five challenges you faced in QTP?
How to find operating system information using the qtp script?