How does print to file work

P

Pete_UK

Instead of sending the output to a printer, the output is sent to a
file. You are asked for a name and location where the file can be
stored. The output is printable text, and the filename often has
a .prn extension.

Hope this helps.

Pete
 
Top