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
Explain qtp(quick test professional)?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
What is the diff between image and bitmap check point?
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.
how to download mercury qtp9.2 ny internet ?
Explain how you can find length of array in qtp?
How to open a new test using quicktest professional (qtp)?
What is use of object spy?
Explain how Does Run time data (Parameterization) is handled in QTP?
What are the main differences of qtp and win runner?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
tell me abt a time when u had to go above &beyind the call of duty to get the job done
what type of run time errors you get while you ar edoing rpg program?