Automation Engine Script Guide > Ordered by Function > Strings > STR_REVERSE

STR_REVERSE

Script Function: Reverses the order of the characters within a string.

Syntax

STR_REVERSE(String)

Syntax

Description/Format

String 

Alphanumeric string that should be processed.
Format: script literal or script variable  


Return code

String whose characters are reversed

Example

The example outputs the result "EA" to the activation report.

:SET &RET# = STR_REVERSE("AE")
:
PRINT &RET#

 

See also:

Script Elements - Strings

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by Function