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

Answer Posted / abbas

Var1="Quick Test Professional" 'Store String In One Variable

Arr=Split(Var1, " ") 'Split String By Space

For i=UBound(Arr) To 0 Step -1 'Run A Loop
Var2=Var2 &Arr(i) &Space(2)
Next

Msgbox Var2

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan

2056


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

2099


hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company

1422


How to start recording using quicktest professional (qtp)?

595


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1438






How to use parameterization in qtp?

618


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

680


What is the difference between Keyword Driven test and Data Driven test?

1771


Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?

2970


How to use conditional loops in qtp ?

585


Explain different type of event trigger option.

537


How can get count of list box?

631


What is the file extension of the code file in qtp?

560


Explain the types of object repositorys in qtp?

571


how to know no.of mails in our g mail by using vb-script

1775