Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



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

Answer / gaurav sharma

Dim strVar

strVar = "Quick Test Professional"
strRevrs = ""

strSplit = Split(strVar," ")

For iLoop = Ubound(strSplit) To Lbound(strSplit) Step -1

strRevrs = strRevrs&" "&strSplit(iLoop)

Next

MsgBox strRevrs

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value

2 Answers  


How do you delete unwanted results in qtp?

1 Answers  


What is the parameterization?

1 Answers  


How does qtp identify objects in the application?

1 Answers  


Test cases for Traffic Signals

4 Answers   AppLabs,


How to display the first 3 letters in these "ABCDEFGH" using qtp script?

6 Answers   Oracle,


The xls contain data. how to get number of columns form the sheet?

4 Answers   Virtusa,


Which object model ur used in ur project

2 Answers   Cap Gemini,


What are the different types of checkpoints?

1 Answers  


Does QTP work in UNIX environment

5 Answers   BirlaSoft, C1 India,


write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???

0 Answers  


How do u override the meaning of a standard object in QTP?

1 Answers  


Categories