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 / sreenu
Dim str,arr
str = "i love india"
m=split(str," ")
For k=lbound(m) to ubound(m)
mystr=m(k)
strlen = len(mystr)
ReDim arr(strlen)
For i = strlen to 1 step -1
arr(i) = mid(mystr,i,1)
x = x & arr(i)
Next
x=x&" "
Next
msgbox x
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
How many types of recording facility are available in quicktest professional?
How many types of Automation frameworks are there in UFT? Describe them.
can test automation improve test effectiveness?
What are some test assets and related extensions of qtp?
What is the basic concept of quicktest professional (qtp)?
How to explain a banking project in interview as a test engineer???
what are the utilities and drivers
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
QTP script is not working on other's machine..
what is error and fault in terms of software quality?
can any body give the banking domain concepts/links
what is the difference between development and testing
How to replay a script in qtp?
What are the automation metrice in your project?