Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Method call syntaxSyntax for method invocation:

Code Block
function  GetUserId (cmp : String) : String

Method arguments:

  1. cmp - is a required argument. Specifies It specifies the name of the computer on which the Intellect Software System is installed.   Allowed Possible values: values of String type that satisfy the meets requirements for computers' network names; the set of values is restricted to the names of computers computer names, range is limited by computer names registered in the system.

For example: To display Example. Display in the debug window the identifier of the current user of the Intellect  Software System, which has been of Intellect installed on a computer named 'WS3':

...