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


Please Help Members By Posting Answers For Below Questions

how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer

1439


Define Canvas view of UFT?

608


What is action? How many types of actions are there in qtp?

609


Explain calling sub procedure.

618


What is Cross browser testing? Does UFT support it?

613






Whether qtp 9.0 supports Test director8.0

2113


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

567


Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?

583


What contains Data Driven Framework document in qtp?

1455


How to use output values in qtp ?

550


What are the features of quick test pro(qtp)?

526


Explain more about the Test Fusion Report of QTP?

601


Why qtp the best testing tool?

558


Explain the new feature of UFT regarding the export of test results?

574


hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u

1314