can any one tel ,using simple string
a[0]=I
a[1]=N
a[2]=D like that it go's
.
.
out put i need INDIA help me it's really need full ..
Answers were Sorted based on User's Feedback
Answer / lakshmi
You can use function JOIN
Dim arr(10)
arr(0)="I"
arr(1)="N"
arr(2)="D"
arr(3)="I"
arr(4)="A"
Msgbox Join(arr) - it will display INDIA
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kishan
option Explicit
Dim Str, i, arr_len
Dim arr(10)
arr(0)="I"
arr(1)="N"
arr(2)="D"
arr(3)="I"
arr(4)="A"
arr_len=Ubound(arr)
for i=0 to arr_len
Str=str&arr(i)
next
msgbox Str
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / shyamala
a=array("I","N","D","I","A")
msgbox (a(0)+a(1)+a(2)+a(3)+a(4))
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
How do you perform testing on web based application using qtp 9.2?
When should I use smart identification?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Hi All, I have a problem with getting the value which is available in the table and it is not having any unique property. Please find the below table TopicName CreatedBy ViewCount ------------------------------------------------ XXXX Y 10 ZZZZ ZZ 0 AAAA BBB 3 In the Above table TopicNames are link and it is having an id but the remainig two columns(Created by and ViewCount) are static Web element values and they are not having any unique property. Now i want to get the values of Created BY and View count for each and every topic. Can anybody give me the solution for the above ASAP. If anybody didn't understand the above please free to send me a mail by that i can send you the snap shots and some more description. You can catch me at krishnachand.p@gmail.com
How to export QTP results to an ".xls" file?
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
What is a Run Time Data table?
What is the limitation to XML Checkpoints?
any challange that faced in your project? (please give me some examples in your project?
Hi..friends can anybody write the script for this question... Am having some 20 nos of links in a web application, i want to click some 5,13 & 17th links. So please....can anybody give the answer....??? -->Hani<--
what is the defference between calling ation and called action?