StrReverse

This function reverses the character order of a specified string.

Syntax

StrReverse(string1)

Parameters

string1
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.

Return Values

Returns a string.