# ip command

The ip command stops execution of the
Proc and awaits a response from the keyboard.

## Syntax

```
ip{prompt.character}
```

## Description

The input data is placed into
the currently active location of the active input buffer, which is
determined by previous s, b,
or f commands. Any existing data at that location
is overwritten. If the pointer is already at the end of the buffer,
the input is appended to the end. The colon is the default prompt
character.

## Example(s)

The input received from the keyboard
is placed into the first location of the active input buffer.

```
o enter response +
s1
ip
```

## See also

- [b command (PROC processor)](https://d3codex.com/proc/b-command-proc-processor/)
- [d command (PROC processor)](https://d3codex.com/proc/d-command-proc-processor/)
- [f command (PROC processor)](https://d3codex.com/proc/f-command-proc-processor/)
- [ih command](https://d3codex.com/proc/ih-command/)
- [is command](https://d3codex.com/proc/is-command/)
- [it command](https://d3codex.com/proc/it-command/)
- [PROC buffers](https://d3codex.com/proc/proc-buffers/)
- [PROC processor](https://d3codex.com/proc/proc-processor/)
- [Prompt characters](https://d3codex.com/definitions/prompt-characters/)
- [ro command](https://d3codex.com/proc/ro-command/)
- [s command (PROC processor)](https://d3codex.com/proc/s-command-proc-processor/)
- [PROC buffers](https://d3codex.com/proc/proc-buffers/)
- [u6070 user exit](https://d3codex.com/access/u6070-user-exit/)
- [u7070 user exit](https://d3codex.com/access/u7070-user-exit/)

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