how to reverse the string without using bultin functions(i.e
mean mid,len ,reverse functions)
Answer Posted / kishan
'how to reverse the string without using bultin
functions(i.e mean mid,len ,reverse functions)
option Explicit
Dim Str, Reverse, i
Str = "India"
Reverse = ""
msgbox len(Str) 'returns 5
for i=len(Str) to 1 step -1
Reverse=Reverse&mid(Str,i,1)
next
msgbox Reverse
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why qtp the best testing tool?
How can i initiate the objects to find uniquely in OR
what is supply chain management?
what type of automation is follwed in the project?
Can we create user defined functions in qtp?
Can anybody post some real time scenario in qtp? please its very urgent.
Hai anyone please "Explain about Framework in QTP?"
What are the advantages of a Hybrid framework?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How to associate function library at a run time?
Where you are storing your script?
What is the qtp testing process?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
When ‘option explicit’ keyword is used in qtp?