how to reverse a string with out using string or predefined
function,ex:string is " i love india". the output should be
like this "i evol aidni"
Answer Posted / karthikjanahan
Dim str,arr
str = "i love india"
strlen = len(str)
ReDim arr(strlen)
For i = strlen to 1 step -1
arr(i) = mid(str,i,1)
x = x & arr(i)
Next
msgbox x
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are the methods used in UFT to handle exceptions or run-time errors?
When to use shared and local object repository?
Explain the difference between call to action and copy action?
How to export quicktest professional results to an .xls file?
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
What is synchronization point in QTP?
What is difference between design time and run time data table?
Explain the concept of object repository?
How smart identification works in qtp ?
Is virtual object supported in low level recording mode?
What are the main differences of qtp and win runner?
What is the difference between per-action and shared?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
what is test scheduleling?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?