# u6193 user exit

The u6193 user exit removes all but
the last three characters from the data passed from the variable.

## Syntax

```
results = oconv(str.exp, ’u6193’)
```

## Example(s)

```
string = "abcdefghixyz"
string = oconv(string,’u6193’)
```
In this example, the result of the conversion call is
xyz.

## See also

- [PROC processor user exits](https://d3codex.com/proc/proc-processor-user-exits/)
- [ri command](https://d3codex.com/proc/ri-command/)
- [ua1a2 user exit](https://d3codex.com/proc/ua1a2-user-exit/)

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