Versions Compared

Key

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

...

(blue star)

All commands must be used with brackets.

CommandSecurity

Type

Format

Description

Function

GetSecurity()

Returns the current security level.

Subroutine

LogOn(“UserID“UserID”,”Password”)

Logs on with the user information.

Subroutine

LogOffLogOnWin()

Logs out the current userBrings up the User Log On window.

FunctionSubroutine

GetSecurityLogOff()

Returns Logs out the current security level.

Subroutine

LogOnWin()

Brings up the User Log On windowuser.

...

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

...