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

Dim Word, reverse, arr1(), length, i
Word = Inputbox(" Enter a Word" )
length = len(word)
redim preserve arr1(length)
For i = 0 to (length -1)
arr1(i) = mid(word,i+1,1)
Next
For i = (length -1) to 0 step -1
reverse = reverse & arr1(i)
Next
msgbox reverse

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 JavaScript?

2791


What is the difference between vb debugger and the script debugger?

1212


What is vbscript?

1177


I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

2278


How should i Create Email invite with server-side Coding?

2193


What's the difference between vbscript and vb.net?

1169


Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP

2421


what is the features of visual basic?

2230


Explain a few date functions in vbscript

1030


What is variant in vb script?

1204


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

1983


How will you convert a string to lower case string using vbscript?

1079


Which in-built function related to an array joins substrings into one string in the vbscript language?

997


Explain the tristate constants in vbscript?

1084


Which date function is used in the vbscript language to find the difference between the 2 dates?

1117