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

Explain about tristate constants?

1081


Explain about the support of asp for vb script functionality?

991


How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.

3027


i need to sort the data using qtp script for this how i need to write a qtp script

3734


Explain the arrays in vb script?

1106


How do i automate a website www.flyashx.com without having any test cases witin a week time.

1983


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

1012


How to make sure that items in a wintree are sorted al?

2886


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

1130


What are the advantages of vbscript?

1142


When are redim statement and preserve keyword used in the vbscript language?

1087


Does VB/Win make standalone .EXE files?

3452


What is the use of the formatdatetime function in the vbscript language?

1078


Which operator is used to concatenate the 2 values in the vbscript language?

1051


How can the spaces from the string be removed?

1058