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
What is difference between run time object and test object?
How you calling actions in qtp?
Can we record an application running on a remote machine using qtp?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
UFT 12.02 which ALM version will support
What is the difference between per-action and shared?
how many maximum number of virtual users we can create?
How can I import environment from a file on disk?
how do i know how to use tools
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
When ‘option explicit’ keyword is used in qtp?
Explain advantages and disadvantages kdf?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Write a script to customize the test results in PDF and HTML format.
What is an optional step in qtp ?