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)