REVERSE( ) function

Returns a string with the characters in reverse order.

Syntax

REVERSE(string)

Parameters

Name Type Description
string character The value to reverse the order of.

Output

Character.

Examples

Basic examples

Returns "E DCBA":

REVERSE("ABCD E")
ACL Scripting Guide 14.1