Reverses the characters of a string.
Trace(StringReverse("ABC"))
// The trace window displays "CBA"
Syntax
<Result> = StringReverse(<String>)
<Result>: Ansi, Unicode or Binary string
Reversed character string.
<String>: Ansi, Unicode or Binary string
Character string to reverse.
Business / UI classification: Neutral code