Script Function: Returns the text of the current clientEnvironnement indépendant pour la création et l'exécution d'objets dans un système AE. Le nom d'un client est un nombre de quatre chiffres à saisir lors de la connexion d'un utilisateur au système AE. Les utilisateurs et leurs droits y sont aussi définis.Egalement un type d'objet distinct dans l'Automation Engine.
Syntax
SYS_ACT_CLIENT_TEXT ()
Return codes |
---|
Title of the current client |
Comments
This scriptEgalement un type d'objet distinct dans l'Automation Engine. function returns the client's title which can be entered in the Header tab of the Client object. The client in which the task calling this script function runs is used.
Example
The text of the current client is read in the script variable. The result "Current client: Productivity environment" - for example - is given in the report.
:SET &TXT# = SYS_ACT_CLIENT_TEXT()
:PRINT "Current client: &TXT#"
See also:
Script element | Description |
---|---|
Returns the number of the current client |
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function