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 friends..... On which areas of an application we can not test with QTP
Explain types of descriptive programming?
Mention the test steps of qtp.
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What are the ordinal identifiers in web page?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
Does quicktest professional is unicode compatible?
How many types of parameters are available in quicktest professional?
How would you directly trigger javascript in a test?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How many scripts did you have?
How to use parameterization in qtp?
Explain the concept of object repository and how qtp recognises objects?
Hi ,Can any one pleas explain how to test splash objects using QTP?