Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!apple!usc!oxy!c_wilson From: c_wilson@oxy.edu (Clarence Regis Wilson) Newsgroups: comp.lang.pascal Subject: Output to printer. Message-ID: <50401@tiger.oxy.edu> Date: 27 Sep 89 23:37:23 GMT References: <50350@tiger.oxy.edu> Distribution: usa Organization: Occidental College, Los Angeles, CA 90041 Lines: 9 You may send your output to the printer using the following commands: uses printer; writeln(lst,'This will be output to the printer device'); Remember, though, that the output will \_only_/ be sent to the printer. If you want to see the string on the screen, you must duplicate the *writeln* command without using the *lst* option.