Syntax:
REVERSE( text )
Reverses the text string.
Example:
REVERSE("1234")
returns the text string "4321".
"4321"