DADiSP Worksheet Functions > Function Categories > String Manipulation > STRREVERSE
Reverses the order of characters in a string.
STRREVERSE("string")
"string" |
- |
A string. |
A string.
strreverse("abcdefg")
returns: gfedcba.
STRREVERSE can be abbreviated STRREV.