Script Function: Reverses the order of the characters within a string.
STR_REVERSE(String)
| 
                     Syntax  | 
                
                     Description/Format  | 
            
|---|---|
| 
                     String  | 
                
                     Alphanumeric string that should be processed.  | 
            
| 
                     Return code  | 
            
|---|
| 
                     String whose characters are reversed  | 
            
The example outputs the result "EA" to the activation report.
:SET &RET# = STR_REVERSE("AE")
:PRINT &RET#
        
See also:
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function