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"

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference btn risks & Therads in the Test plan documentation?

2169


What are the challenges u faced in testing with crm domain? How u overcome with?

1997


Difference between action & Reusable action?

1121


How does quicktest professional identifies the object in the application?

1046


I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?

1144


What is quick test pro?

1100


how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?

2470


how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief

2194


Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

1887


Hi, how can we check or avoid the memory leakage in QTP9.2?

2138


How you can write contexts to text file in qtp?

1150


How do you configure QTP AND Test director?

1993


after click on compose mail how can we attached a file in qtp with vbscript code

2226


What do you mean by iteration?

1291


Which functionalities of QTP used in banking project? pls any say answer?

1924