hai friend's ..
my question is
a[0]=I
a[1]=N
a[2]=D LIKE IT GO'S
i need output INDIA ,using simple string how will u do?
can any one tell really need full..

Answer Posted / sunita

dim str1,a(4)

a(0)="I"
a(1)="N"
a(2)="D"
a(3)="I"
a(4)="A"

for i=0 to ubound(a)
str1=str1+a(i)
next

msgbox str1

May be this is another way out.....correct me if i m wrong.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

1514


Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link

863


what are the challenges you have faced while testing web based application using the automation tools ?

587


How to replay a script in qtp?

610


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

2746






What is ObjectParamater?

1569


Explain the concept of object repository and how QTP recognizes objects?

544


Did the scripts need lot of maintenance? If yes, why?

3292


what QTP Options do you know?

2915


Explain different type of event trigger option.

533


what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

1367


1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible

1600


How to handle the exceptions using the recovery scenario manager in qtp?

562


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1734


How you can decide which type of object repository you have to use?

697