write the code to reverse a string without using Strrev
built in function.
Answer Posted / prasad
Option Explicit
Dim Str, Cnt , Rstr , i
Str = "Shiva"
Cnt = len(str)
For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr
| Is This Answer Correct ? | 11 Yes | 11 No |
Post New Answer View All Answers
What is Distributed testing? How does UFT support it?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
Is it possible to split an action? How?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What are output values and why they are used ?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
What is the Difference between test object and run time object?
I want to do QTP Certification what is the pattern of Question paper.
Limitations in QTP?
Can any one send me the QTP Basic Coding Samples?
How will you compare keyword and expert view?
How can get count of list box?
Is it possible to change the property value at runtime? How it is possible?
How to break the object spy ?