Versions Compared

Key

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

...

LogOn

Logs on with the user information.

Subroutine

LogOn(“UserID”,”Password”)

Description

Logs on with the user ID and password that is registered to the ‘Security’. If the wrong information is used, the message shown below will pop up.

Image RemovedImage RemovedImage AddedImage Added

Example

Logs on with the user ID “CIMON”, password “0000”.
LogOn(“CIMON”,”0000”);

...