# u0074 user exit

The u0074 is used to get a list of the VME item locks in a dynamic
 array format.

## Syntax

```
 VMEItemLocks = oconv( "", "u74" )
```

## Description

The user exit returns a list of the VME item locks in a dynamic array format.

 Each attribute (row) is an item lock entry. Each value (column) within an entry is a piece of
 data, such as the item-id, date, and so on. The format of the structure is declared in
 dm,bp,includes locks.inc.

## Example(s)

```

 VMEItemLocks = OConv( "", "u74" )
 Crt VMEItemLocks
```

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