Automation Engine Script Guide > Ordered by Function > User Data > SYS_ACT_CLIENT_TEXT

SYS_ACT_CLIENT_TEXT

Script Function: Returns the text of the current client

Syntax

SYS_ACT_CLIENT_TEXT ()

Return codes

Title of the current client
" " - no title has been defined

Comments

This script 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

SYS_ACT_CLIENT or SYS_USER_CLIENT

Returns the number of the current client

Script Elements - User Data

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by function