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 |
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
How do function returns a value?How can we pass one function value to other function as input
Diff. between keyword driven Data driven testing?
what are the files created after executing QTP script file, please specify the file names with extensions
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
What is the method for maximize the application while we using Decriptive programming in QTP?
What is driver script and driver script in qtp frame work????
Explain in brief about the QTP Automation Object Model.
How to compare 2 excel files using QTP? How to compare 2 PDF files using QTP?
i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in
We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?