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
What is the difference between VBScript and JavaScript?
What is the difference between vb debugger and the script debugger?
What is vbscript?
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..
How should i Create Email invite with server-side Coding?
What's the difference between vbscript and vb.net?
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
what is the features of visual basic?
Explain a few date functions in vbscript
What is variant in vb script?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
How will you convert a string to lower case string using vbscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Explain the tristate constants in vbscript?
Which date function is used in the vbscript language to find the difference between the 2 dates?