# u0004 user exit

The u0004 user exit returns term settings
in dynamic array format.

**Synonyms:** u4

## Syntax

```
result = oconv("", "u0004")
```

## Description

The term settings are:

| 1 | Terminal type |
| --- | --- |
| 2 | Terminal width |
| 3 | Printer width |
| 4 | Terminal depth |
| 5 | Printer depth |
| 6 | Line skip |
| 7 | Linefeed delay |
| 8 | Formfeed delay |
| 9 | Back space |
| 10 | |

## Example(s)

```
result = oconv("","u4")
print result
wy-50^79^80^24^59^0^1^1^8^
```

## See also

- [term command](https://d3codex.com/tcl/term-command/)

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