Versions Compared

Key

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

...

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.

...