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

Name the properties you would use for identifying a browser and page when using descriptive programming?

514


When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.

1617


what is error and fault in terms of software quality?

1449


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1733


what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com

2303






i can done the project with QTP in that time i can say how many members in my team size?

1358


What is the recovery scenario in qtp?

560


how to test use the quality control .how to verify the image verification

2532


How you can write contexts to text file in qtp?

584


How to handle dynamic objects in quicktest professional?

489


What is quicktest professional (qtp)?

556


We stored into the objects OR and then write the scripting

1535


How to delete an object from the object repository?

587


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

539


What is the latest version of qtp?

575