DADiSP Worksheet Functions > Function Categories > String Manipulation > STRREVERSE

 

STRREVERSE

Purpose:

Reverses the order of characters in a string.

Syntax:

STRREVERSE("string")

"string"

-

A string.

Returns:

A string.

Example:

strreverse("abcdefg")

 

returns: gfedcba.

Remarks:

STRREVERSE can be abbreviated STRREV.

See Also:

STRCMP

STRFIND

STRGET

STRLEN