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


Please Help Members By Posting Answers For Below Questions

Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)

1720


how will you load the test cases in ddt?

1674


Explain the concept of object repository and how qtp recognises objects?

617


How do you capture tooltip using QTP?

717


How can I import environment from a file on disk?

625






Get the count of files of similar types from a folder.

1075


what is the latest version of QTP? Main difference between 9.2 and 10 version

1640


How does qtp identify gui object?

667


I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error

2440


What is contained in the object repository?

701


Define Environment Variable in UFT and its uses?

692


Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?

698


1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me

1694


In qtp is it possible to check broken links of a page?

671


What are the Test design techniques you uses in ur project?

1576