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
terminal services client
How many types of trigger events are there in qtp?
How you debug your script?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How many add-ins comes by default with qtp?
How do you know the location Id of an object if you know its index id?
What is quicktest professional (qtp window?
Is it possible to call win runner script in qtp?
What are the data types in qtp?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
How to run a test using quicktest professional (qtp)?
What are the various automation frameworks available in qtp?
In qtp, how you can exit for loop?
What is clean sweep?