ScriptEigener Objekttyp in der Automation Engine 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:
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function