# u60bb user exit

The u60bb user exit returns the user-ID
and account name of the current process.

## Syntax

```
result = oconv(’’, ’u60bb’)
```

## Description

See the c and a options for the [who command](https://d3codex.com/tcl/who-command/) in *Terminal Control Language* for altering the
presentation format of the user-ID and account name.

## Example(s)

```
a= oconv(’’, ’u60bb’)
```
On D3, a contains bob dm if the current user-ID is bob
and the current account name is dm.

## See also

- [u50bb user exit](https://d3codex.com/pickbasic-flashbasic/u50bb-user-exit/)
- [ud070 user exit](https://d3codex.com/proc/ud070-user-exit/)
- [who command](https://d3codex.com/tcl/who-command/)

---
Source: https://d3codex.com/pickbasic-flashbasic/u60bb-user-exit/ - part of the D3Codex reference.
