Changing the output destination
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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)