StrReverse Function


StrReverse Function

Class

Microsoft.VisualBasic.Strings

Syntax

     Dim result As String = StrReverse(expression) 


expression (required; String)

The string whose characters are to be reversed

Description

The StrReverse function returns a string that is the reverse of the string passed to it. For example, if the string "and" is passed to it as an argument, StrReverse returns the string "dna."




Visual Basic 2005(c) In a Nutshell
Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
ISBN: 059610152X
EAN: 2147483647
Year: 2004
Pages: 712

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net