# u00b9 user exit

The u00b9 user exit returns a soundex
value for a specified string.

## Syntax

```
soundex = oconv(str, ’u00b9’)
```

## Example(s)

```
string = ’DEMONS’
soundex= oconv(string, ’u00b9’)
```
This returns D552 to the variable, soundex.

## See also

- [soundex() function](https://d3codex.com/pickbasic-flashbasic/soundex-function/)

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