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 reportA report provides more detailed information about a task's execution or a component..
:SET &RET# = STR_REVERSE("AE")
:PRINT &RET#
See also:
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |