Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
The GetUserId method returns the identifier of the current Intellect user.
Syntax for method invocation:
function GetUserId (cmp : String) : String
Method arguments:
- cmp is a required argument. It specifies the name of the computer on which Intellect is installed. Possible values: String type that meets requirements for network computer names, range is limited by computer names registered in the system.
Example. Display in the debug window the identifier of the current user of Intellect installed on a computer named 'WS3':
DebugLogString(GetUserId("WS3"));
Overview
Content Tools