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.  | 
                
| 
                         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: