I have a string "Redfort is in Delhi" how do u write
vbscript for " Delhi in is Redfort"

Answer Posted / ashish wadhwa

A="Redfort is in Delhi"
b=Split(A, " ")
For i=0 to UBound(b)
result=result&" "&b(UBound(b)-i)
result=Trim(result)
Next

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 start recording using quicktest professional?

608


What are the features supported by UFT?

671


i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com

1462


How do you perform Regreession Testing?

1463


Where to use Property Let, Property Get, Property Set in UFT

372






What is qtpro?

597


Can we create a qtp test from qc?

588


.have you ever written compiled module? if yes , tell me about some of the function that you wrote.

1682


What is a reusable action?

576


What is the parameterization?

579


Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know

1405


we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?

1632


What is the extension of the recovery scenario file in qtp?

546


How to record a qtp script ?

557


Discuss quicktest professional environment?

590