Versions Compared

Key

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

...

(blue star)

All commands must be used with bracketsparentheses.

Type

Format

Description

Function

GetSecurity()

Returns the current security level.

Subroutine

LogOn(“UserID”,”Password”)

Logs on with the provided user information.

Subroutine

LogOnWin()

Brings up the User Log On window.

Subroutine

LogOff()

Logs out the current user.

...

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