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

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

Method call syntax:

function  GetUserId (cmp : String) : String

Method arguments:

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