...
| All commands must be used with brackets. |
Type | Format | Description | Security|||
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.
...