# u4193 user exit

User exit u4193 disables output to the
Spooler, and redirects output to the terminal. Called from PROC, this
performs the exact same process as printer close in FlashBASIC. Its
function is to close the currently open print job and direct subsequent
output to the terminal.

## See also

- [p command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/p-command-flashbasic-debugger/)
- [printer statement](https://d3codex.com/pickbasic-flashbasic/printer-statement/)
- [PROC processor user exits](https://d3codex.com/proc/proc-processor-user-exits/)
- [u0193 user exit](https://d3codex.com/proc/u0193-user-exit/)
- [u8193 user exit](https://d3codex.com/proc/u8193-user-exit/)

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