The GetUserId method returns the identifier of the current Intellect Software System user.
Method call syntax:
function GetUserId (cmp : String) : String |
Method arguments:
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")); |