REVERSE$
STRING Function
Windows/Unix
A function that reverses (or mirrors) a string.
Syntax
:
REVERSE$(string-expression)
A$ = REVERSE$("Hello") '-- returns olleH