write the code to reverse a string without using Strrev
built in function.
Answer Posted / prasd tl
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 ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to call a test from another test?
What is the extension of the recovery scenario file in qtp?
what is review
What is the synchronization point in qtp?
What is the extension of the qtp local repository?
Hi, how can we check or avoid the memory leakage in QTP9.2?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Is the qtp course will help to create a virtual object?
What are the types of properties that quick test learns while recording?
What is the difference between analog and low level recording?
How to use Environment parameterization? Explain with an example.