| u60ba | Index Level | u6193 |
| Syntax | result = OCONV( '', 'u60bb' ) |
| Category | BASIC |
| Type | User Exit |
| Description | returns the user-id and account name of the current process. |
| Options | |
| See Also | user exits, FlashBASIC who u50bb ud070 |
| Example |
a = oconv('', 'u60bb')
On R83 implementations, "a" contains 'SYSPROG' if the current process is logged to the SYSPROG account. On D3, "a" contains "bob dm" if the current user-id is "bob" and the current account name is "dm". |
| Warnings |
In R83 implementations, only the account name is returned.
See the "c" and "a" options on the "who" command for altering the presentation format of the user-id and account name. |
| Compatibility | D3 7.0 OA/RT R83 3.1 R83 2.2 AP |
| u60ba | Index Level | u6193 |