Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to store charecters of HARIBABU Using arrays

Answer Posted / usha

str="HARIBABU"

for i =1 to len(str)

a = mid(str,i,1)

temp = temp & a & " "


next

msgbox temp

a = split(temp," ")

for i = 0 to ubound(a)-1
msgbox a(i)
next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

3092


Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards

2747


why do u choose to go for testing why cant for devoloping

2114


In html file what is an ideal position to include vbscript?

1466


Can automation testing find ssame no. of bugs what we can find by manual testing?

2025


What if you do not specify anything when you call a procedure?

1202


What are keywords in the vbscript language?

1079


How will you get a string with the specified character the specified number of times in vbscript?

1073


Description.Create

2692


How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...

3491


Explain about the extension .hta?

1125


What is select case statement?

1101


How will you get the largest subscript of an array in vbscript?

1222


How to assign a date value to a variable?

1156


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

2404