# s command (PROC processor)

The s command sets the input pointer
to a specified position number, activating the specified parameter
number as the currently active input buffer location.

## Syntax

```
s{parameter.number}
```

## Parameter(s)

| parameter.number | Specifies the position number. |
| --- | --- |

## Example(s)

```
s1
ip:
```

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