Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"
Answer Posted / lak
dim str,strCnt ,revstr
str = InputBox("Enter your required String")
strCnt = len(str)
for i=1 to strCnt
revstr = mid(str,i,1)
Next
msgbox revstr
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is RTM (require ment tracebulity marix) fromate?
Explain the features and benefits of quick test pro(qtp)?
How would you export a script from one pc to another in qtp?
How to do call a output parameter from one action to another action??/
terminal services client
What is qtpro? What is quick test pro? What is a quick test professional?
How to use debug tools?
Explain calling sub procedure.
What is the extension of the qtp local repository?
When should I use smart identification?
how do i know how to use tools
What are the benefits of quick test pro(qtp)?
How to delete an object from the object repository?
How can you send user defined messages to test report?
What is the limitation to XML Checkpoints?