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 / rajender singh

aa = "i love india"
bb = split(aa," ")
dd = ""
For i=0 to ubound(bb)
cc = StrReverse(bb(i))
dd = dd&" "&cc
Next

msgbox dd

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to associate function library at a run time?

696


What are the benefits of qtp?

548


how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)

1421


Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?

1517


How many tabs are available to view your test in a test pane and what are they?

556






How to attach a file to TD?

644


is there any addin for remedy user application

1738


Are Shared ORs read-only?

621


What are the different types of action?

546


Do you know how to connect database? Can you tell me the procedures?

541


What is test object?

689


Explain in brief about the qtp automation object model (aom).

552


What is throw Object?

1541


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1480


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.

1798