# it command

The it command inputs data from the
tape label of the currently attached magnetic media directly into
the primary input buffer. The input buffer is cleared before the label
is copied into it. If there is no label, the input buffer is cleared
anyway. Note that the tape device must be attached.

## Syntax

```
it
```

## Example(s)

```
100 :
101 ss
102 it
103 d0
```
Reads the label and displays the following:

```
L 01F4 17:08:28 16 Jan 1903 FILE-SAVE .......... ^01
```

## See also

- [@() function](https://d3codex.com/pickbasic-flashbasic/at-parenthesis-function/)
- [comment statement](https://d3codex.com/tcl/comment-statement/)
- [CRT](https://d3codex.com/definitions/crt/)
- [ip command](https://d3codex.com/proc/ip-command/)
- [go command](https://d3codex.com/proc/go-command/)
- [PROC processor](https://d3codex.com/proc/proc-processor/)
- [t-att command](https://d3codex.com/tcl/t-att-command/)
- [term command](https://d3codex.com/tcl/term-command/)
- [u0192 user exit](https://d3codex.com/proc/u0192-user-exit/)
- [u01a6 user exit](https://d3codex.com/proc/u01a6-user-exit/)
- [u5193 user exit](https://d3codex.com/proc/u5193-user-exit/)

---
Source: https://d3codex.com/proc/it-command/ - part of the D3Codex reference.
