# u1209 user exit

The u1209 user exit breaks a single
line of text into multiple lines of text with each line being no longer
than length characters. This function is similar to the t justification in AQL.

## Syntax

```
result = oconv(var, ’u1209,’:length)
```

## See also

- [Access Query Language](https://d3codex.com/access/access-query-language/)

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