# u47 user exit

The u47 user exit writes a string in
ASCII or hexadecimal to a specific location in a frame.

## Syntax

```
result = oconv(fid:sep:offset:sep:string, ’u47’)
result = iconv(fid:sep:offset:sep:string, ’u47’)
```

## Parameter(s)

| fid | Frame ID. |
| --- | --- |
| offset | Location within frame. |
| sep | Delimiter such as @am, @vm, or @svm. |
| string | Value to be converted to ASCII or hexadecimal. |

## Description

If iconv is
used the string is written in ASCII. If oconv is
used, then the string is written in hexadecimal.

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