how to reverse a string with out using string or predefined
function,ex:string is " i love india". the output should be
like this "i evol aidni"
Answer Posted / nivas
The below given is perfect script for this Query.
Dim str
str = "i love india"
arr = split(str, " ")
for i=lbound(arr) to ubound(arr)
revStr = strreverse(arr(i))
fStr = fStr & revStr & " "
next
msgbox fStr
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is review
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
what is ODC and GDC?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What are the Application Functions available in QTP?
Explain how Does Run time data (Parameterization) is handled in QTP?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Difference between test object and run time object?
What are the methods of the TextStream object that are used for reading from a text file?
What is keyword view in qtp?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
How can I check if a environment variable exist or not?
Explain about the quicktest professional (qtp) automation object model?