write the code to reverse a string without using Strrev
built in function.
Answer Posted / m.bindu kumar
'Code to reverse a string without using strrev using
functions
Function stringreverse(a)
strlen=len(a)
For i = strlen to 1 step -1
strrev=mid(a,i,1)
stn=stn+strrev
Next
msgbox stn
End function
Dim strrev,strlen, strname,stn
a=inputbox ("enter the string to reverse")
stringreverse(a)
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
is there any addin for remedy user application
What is standalone database?
if our qtp vb Script may be Currepted then What we want do?
Can U Explain about QTP tool from older version to latest version also its differences?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
What is the XML file architecture ?
What is the difference between qtp and selenium?
What are the check points can be inserted without recording?
What are test settings and global settings?
Shall we add Local Repository to shared object repository,if yes,how we add
What is text/text area checkpoint?
what are the mandatory properties for a tex boxc (scenario?)
What are the steps involved in recovery scenario wizard?
What are the main differences of qtp and win runner?