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

I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1399


what is the diffrence bw qtp architectute and qtp framework?

1541


Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...

1493


how can we do the frame work in qtp

1606


descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button

1810






What is action split and the purpose of using this in qtp?

537


what is error and fault in terms of software quality?

1458


I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...

1719


How to call a test from another test?

682


How to use setroproperty?

575


What are the Application Functions available in QTP?

1475


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

580


Explain types of output values?

568


Hi ,Can any one pleas explain how to test splash objects using QTP?

1909


What are the Disadvantages of shared object repository?

571