# u222d user exit

The u222d user exit retrieves the CC
pointer item information from binary items.

## Syntax

```
result = oconv("dict file.name item.name", "u222d")
```

## Description

| Attribute | Description |
| --- | --- |
| 1 | CC. |
| 2 | Start frame number. |
| 3 | Number of frames that the binary item resides in. |
| 4 | Null (for backward compatibility). |
| 5 | Time and date stamp in external format, separated by two spaces (for backward compatibility). |
A null result is returned on any error, such as the file
could not be opened, the item did not exist, or the item was not binary
and there was no CC pointer information.

## See also

- [list-obj command](https://d3codex.com/tcl/list-obj-command/)
- [Pointer item](https://d3codex.com/definitions/pointer-item/)

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