Automation Engine Script Guide > Ordered by Function > System Conditions and Settings > GET_UC_SYSTEM_NAME

GET_UC_SYSTEM_NAME

Script Function: Determines the name of the AE system

Syntax

GET_UC_SYSTEM_NAME()

Return code

Name of the AE system

Example

In the example, the name of the AE system (e.g. "AEPROD")  is determined and the result is output to the activation report.

:SET &RET# = GET_UC_SYSTEM_NAME()
:
PRINT &RET#

 

See also:

Script Elements - System Conditions and Settings

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by Function