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 / monika

dim a()
str="haribabu"
j=0
for i=1 to len(str)
s=mid(str,i,1)
redim preserve a(j)
a(j)=s
msgbox a(j)
j=j+1
next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between vbscript and vba?

1080


How to get the length of the string by making use of the string function?

1024


What is sql loader? Explain the files used by sql loader to load file?

1113


Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

968


Mention characteristics of sub procedures?

1012


What are the uses of vb script?

1005


Compare java script and vb script?

1044


how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.

5173


What methods are used to create text files and open text files in the vbscript language?

948


What is the use of the recordset object and which statement is used to create such an object?

936


What are the differences between sub procedures and function procedures?

948


how to comvert 120 into one hunderd twenty rupees only and vice varsa

2306


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

2311


1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.

1969


By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

1043