Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"
Answer Posted / manjunathareddy
Dim str
str=CStr(InputBox("Enter the String here"))
Arr=Split(str," ")
For i=UBound(Arr) to 0 Step - 1
var=var&Arr(i)&Space(2)
Next
Msgbox var
=====================OR======================
Dim str
str=Cstr(InputBox("Eneter the String here"))
a=Split(str," ")
Arr=Array(a)
Msgbox a(2)&" "&a(1)&" "&a(0)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is qtpro? What is quick test pro? What is a quick test professional?
What is Cross browser testing? Does UFT support it?
in a web page How to check and display a particular word from a paragraph?
Key word driven framework
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
What is the difference between local and shared object repository in qtp?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
What are the recording modes in qtp?
Where you get the run time data table?
Brief the process of testing with UFT?
What is the difference in testing a client-server application and a web application?
QTP script is not working on other's machine..
What does it mean when a check point is in red color? What do you do?
what is the mail use of frame work(with detail). architecture for keyword driven frame work