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 many types of parameters are available in quicktest professional (qtp)?
Describe the differences between functions and actions in UFT?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Explain xml checkpoints.
How often were they executed?
How to add synchronisation points in qtp?
If I change the object name in one action will it be updated in all the actions? Or not?
Through array we can execute the testcase how ? give me example
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
explain how to write vb script in qtp?when will you write own script?
Explain the types of object repositorys in qtp?
is there any addin for remedy user application
How to give a call to another action from one action?