Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"

Answer Posted / guest

str="Quick Test Professional"
split_str=split (str," ")
For i = ubound(split_str) To 0 step-1
Print split_str(i)
Next

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe synchronization point.

577


what testplan contents and what test strategy contents,what is the diff b/w them

1645


What is the use of running the scripts in Hidden-mode in UFT?

680


What is the difference between the design-time and run-time data tables?

554


tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?

1523






Discuss the QTP Environment?

622


How do we handle run-time errors?

575


how to write xml output check point bu useing descriptive programing .means without useing output check point

1652


How would you export a script from one pc to another in qtp?

655


Is it possible to change the values of analog recording?

570


How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

1456


in a web page hoe to check the dynamic links that rechabging with out using regular expressions

1777


Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.

3421


What are the methods of the TextStream object that are used for reading from a text file?

1687


Define virtual object?

607