Go to documentation repository
Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.
Previous page Next page
The GetUserId method returns the identifier of the current Intellect Software System user.
Method call syntax:
function GetUserId (cmp : String) : String
Method arguments:
- cmp - required. Specifies the name of the computer on which the Intellect Software System is installed. Allowed values: values of String type that satisfy the requirements for computers' network names; the set of values is restricted to the names of computers registered in the system.
For example: To display the identifier of the current user of the Intellect Software System, which has been installed on a computer named 'WS3':
DebugLogString(GetUserId("WS3"));
Overview
Content Tools