# u98 user exit

The u98 user exit retrieves the links
for the specified *fid*.

## Syntax

```
links = oconv(fid, ’u98’)
```

## Example(s)

```
crt oconv(&#39;24601&#39;,&#39;u98&#39;)
```
Returns a string in the format:

```
NumberOfBackwardLinks AM BackwardLink AM ForwardLink AM NumberOfForwardLinks
```
where `AM` is an attribute mark.

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