Skip to content

GET_USER_ID_OF_CURRENT_USER ​

GET_USER_ID_OF_CURRENT_USER returns the ID of the current ADOxx user.
This command works both for system and normal users.

Syntax ​

leo-grammar
CC "UserMgt" GET_USER_ID_OF_CURRENT_USER

# --> RESULT ecode:intValue userid:intValue
CC "UserMgt" GET_USER_ID_OF_CURRENT_USER

# --> RESULT ecode:intValue userid:intValue

Parameters ​

none

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.
  • userid (intValue) - The ID of the current ADOxx user.

Details ​

This command is available within both the ADOxx Development Toolkit and the ADOxx Modelling Toolkit. In the Modelling Toolkit only users that also have access to the Development Toolkit may call this command!

Examples ​

See Also ​

Versions and Changes ​

Available since ADOxx 1.3