Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page The IsAvailableObject method  The GetEventDescription method Next page


The GetUserId method returns the identifier of the current Intellect user.

Syntax for method invocation:

function  GetUserId (cmp : String) : String

Method arguments:

  1. 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"));
  • No labels