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
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How to test fly out menu in qtp?
How is a Step generator used in UFT?
Explain measuring transaction.
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
How to write business scripts using object repository with different scenarios
What are the benefits of qtp?
How you calling actions in qtp?
Explain step generator in qtp?
What is the registration process and examination fees?
How many types of actions are there in quicktest professional?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
What is keyword driven framework?
what is the frame work in J-meter?