NET/MASTER Network Control Language (NCL) Reference Manual
REVERSE
Built-in Functions
106126 Tandem Computers Incorporated 4–71
REVERSE The REVERSE built-in function reverses the order of the characters in a string.
REVERSE(
string
)
string
specifies the string to be reversed.
Example
In the following example, the string “ABCDEF” is reversed and returned as the string
“FEDCBA”:
&A = ABCDEF
&RESULT = REVERSE(&A)