# u009d user exit

The u009d user exit encodes or decodes
a string of characters.

## Syntax

```
coded.str = iconv(seed:am:str, ’u009d’)
uncoded.str = oconv(seed:am:str, ’u009d’)
```

## Parameter(s)

| iconv | Encodes the string, and oconv decodes the string. |
| --- | --- |
| seed | Any non-null string of characters that are used in the encryption algorithm. |
| am | Indicates an attribute mark (char(254)). |

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