| u0091 | Index Level | u92 |
| Syntax | dummy = OCONV( 'port.number, user.id {,user.password}, account.name {,account.password}', 'u9116' ) |
| Category | BASIC |
| Type | User Exit |
| Description |
logs on a given port.
This is the same as "logon". |
| Options | |
| See Also | user exits, FlashBASIC logon |
| Example |
a = oconv( '3, SYSPROG', 'u9116')
Logs on port 3 to SYSPROG |
| Warnings |
On R83 and OA, the syntax is:
dummy = OCONV( 'port.number, account.name {,password}', 'u9116' ) |
| Compatibility | D3 7.0 OA/RT R83 3.1 R83 2.2 AP |
| u0091 | Index Level | u92 |