StrReverse()

Top  Previous  Next

StrReverse() - Reverse the characters of a string

Description

The StrReverse() function creates a string in which the character order of a specified string is reversed.

StrReverse(string)

Example

MyRev = StrReverse("ABC") 'returns 'CBA'