# lptr modifier

The lptr modifier directs output of
AQL sentences to the system printer, via the spooler. The output is
directed according to the options most recently established with the sp-assign command. The AQL sentence that created the output
is automatically listed at the top of the first page of output, unless
otherwise suppressed with the tcl-supp modifier.

**Synonyms:** (p)

## Syntax

```
lptr
```

## Example(s)

```
list-item dm,bp, ’term-type’ lptr a10
```

```
list entity "12345" phone (p)
```

## See also

- [legend-supp modifier](https://d3codex.com/access/legend-supp-modifier/)
- [list-file-stats command](https://d3codex.com/tcl/list-file-stats-command/)
- [listacc command](https://d3codex.com/tcl/listacc-command/)
- [listconn command](https://d3codex.com/tcl/listconn-command/)
- [Modifiers](https://d3codex.com/access/modifiers/)
- [Options (Access Query Language)](https://d3codex.com/access/options-access-query-language/)
- [sp-assign command](https://d3codex.com/tcl/sp-assign-command/)
- [tcl-supp modifier](https://d3codex.com/access/tcl-supp-modifier/)

---
Source: https://d3codex.com/access/lptr-modifier/ - part of the D3Codex reference.
