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 ..
Answer Posted / 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 |
Post New Answer View All Answers
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How to creating an output value using quicktest professional?
What are the general steps involved in the data driven framework?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
What is the recovery scenario in qtp?
What is difference between Recording time object identification and Run time (Execution) time.
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
what is stepin & stepout?
How to attach a file to TD?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
what is command for executing files?
What is the difference between qtp and selenium?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Where can I find and view run-time data table?