write the code to reverse a string without using Strrev
built in function.
Answer Posted / kondekar ashish k.
dim a, b as string
a=text1.text
b=strrev(a)
text2.text=b
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can the user toggle between using Local OR and shared OR for the same action?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What are the types of environment variables in qtp?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How many types of recording modes in qtp?
What are output values and why they are used ?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
what are all the fileds present in object repository?
How to use setroproperty?
Explain different types of action in qtp?
Hi, how can we check or avoid the memory leakage in QTP9.2?