Changing the output destination
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Changing the output destination
You use the OUTPUT TO statement to name
a new destination for output. All statements that output data (such
as DISPLAY or SET) use the new
output destination. The possible destinations include:
- The printer
- An operating system file or device
- The terminal (by default)
- The system clipboard (Windows only)