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 / manjunathareddy

Dim str
str=CStr(InputBox("Enter the String here"))
Arr=Split(str," ")
For i=UBound(Arr) to 0 Step - 1
var=var&Arr(i)&Space(2)
Next
Msgbox var

=====================OR======================
Dim str
str=Cstr(InputBox("Eneter the String here"))
a=Split(str," ")

Arr=Array(a)
Msgbox a(2)&" "&a(1)&" "&a(0)

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is checkpoints for qtp?

1023


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

3496


How many types of recording modes in the qtp?

1143


Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..

5051


• What type of testing questions will be asked for 2+ yrs exp people in interview?

1745


what is clean sweep?

2036


How to do call a output parameter from one action to another action??/

2409


If I change the property value at runtime is it effect is object repository?

1140


How to add object to object repository in qtp9.0 Suppose for brower yahoo home page

1891


Hybrid framework supports Descriptive programming. Is it true?

1214


what is the difference between IE & Netscape in web testing on a log in page

2379


Can the user toggle between using Local OR and shared OR for the same action?

1027


Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji

1443


How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..

2291


How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1974