# u0193 user exit

User exit u0193 moves a parameter from
the source buffer to the destination buffer.

## Syntax

```
u0193
source destination
```

## Parameter(s)

| source | %n | Indicates the primary input buffer. |
| --- | --- | --- |
| #n | Indicates the active output buffer. | |
| destination | %n | Indicates the primary input buffer. |
| #n | Indicates the active output buffer. | |

## See also

- [printer statement](https://d3codex.com/pickbasic-flashbasic/printer-statement/)
- [PROC processor user exits](https://d3codex.com/proc/proc-processor-user-exits/)
- [u3193 user exit](https://d3codex.com/proc/u3193-user-exit/)
- [u4070 user exit](https://d3codex.com/pickbasic-flashbasic/u4070-user-exit/)
- [u4193 user exit](https://d3codex.com/proc/u4193-user-exit/)
- [u61bc user exit](https://d3codex.com/proc/u61bc-user-exit/)

---
Source: https://d3codex.com/proc/u0193-user-exit/ - part of the D3Codex reference.
