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
How can we conduct U-I Testing by using QTP??????
Where we can use the analog mode and where we can use the low – level mode?
What is qtpro?
How is the Bitmap checkpoint different from Image checkpoint?
Explain features of the latest version of qtp/ uft 12.1?
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.
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?
How to call a test from another test?
How u will do versioning in QTP?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How will you declare a variable in qtp?
How QTP identify the system time that's changes every seconds?
Explain the new feature of UFT regarding the export of test results?
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?