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
how to find that tools work well with your existing system?
How to use transactions in qtp?
How many tabs are available to view your test in a test pane and what are they?
what type of run time errors you get while you ar edoing rpg program?
hi nani my doubt is how does qtp process metrix related to software process.
How to check which add-ins are associated with a test in qtp?
Explain the difference between data driven testing and parameterization ?
How qtp identifies objects?
Explain how qtp identifies object?
How can you give wait up to 10 seconds in qtp?
can u please explain what is the exact difference between qtp8.2 and 9.0
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How the exception handling can be done using quicktest professional?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
In qtp, how you can get the last character from a string?