# u0033 user exit

The u0033 user exit converts a decimal
number into a Roman numeral.

**Synonyms:** u33

Note: There is no user exit to convert from Roman numerals
to decimal.

## Syntax

```
roman.num = oconv(decimal.num, ’u0033’)
```

## See also

- [footing modifier](https://d3codex.com/access/footing-modifier/)

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