Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 5 Next »

In this section, you can find functions and subroutines[3] frequently used for the ‘Security’ feature. Please refer to the table below for applicable functions/subroutines.

(blue star)

All commands must be used with brackets.

Command

Description

Security

Subroutine

LogOn(“UserID,”Password”)

Logs on with the user information.

Subroutine

LogOff()

Logs out the current user.

Function

GetSecurity()

Returns the current security level.

Subroutine

LogOnWin()

Brings up the User Log On window.


[3] Subroutines operate a certain action without any value returned, unlike functions which have a return value.

  • No labels