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...

write the code to reverse a string without using Strrev
built in function.

Answer Posted / bhaskar

Str = InputBox("Please enter the string to be reversed:")
Cnt = len(str)
For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr

Is This Answer Correct ?    15 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we conduct U-I Testing by using QTP??????

1936


Where we can use the analog mode and where we can use the low – level mode?

1039


What is qtpro?

1113


How is the Bitmap checkpoint different from Image checkpoint?

1166


Explain features of the latest version of qtp/ uft 12.1?

1111


After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

7604


i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?

2143


How to call a test from another test?

1431


How u will do versioning in QTP?

1942


Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.

2893


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

1097


How will you declare a variable in qtp?

1049


How QTP identify the system time that's changes every seconds?

1102


Explain the new feature of UFT regarding the export of test results?

1081


How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?

1079