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
Explain the tristate constants in vbscript?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
What are the environments supported by vbscript language?
How will you get a subset of a array in vbscript?
Mention the rules for using option explicit statement?
What are the naming conventions while declaring a variable in the vbscript language?
What is the difference between VBScript and JavaScript?
What is the use of option explicit statement?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What are class properties?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
who will create the object?
Does VB/Win make standalone .EXE files?