StrReverse Function  Language Reference 
Version 2 

Description
Returns a string in which the character order of a specified string is reversed.
Syntax
StrReverse(string1)

The string1 argument is the string whose characters are to be reversed. If string1 is a zero-length string (""), a zero-length string is returned. If string1 is Null, an error occurs.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.