Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!decvax!decwrl!pyramid!octopus!avsd!govett From: govett@avsd.UUCP (David Govett) Newsgroups: comp.lang.pascal Subject: Output redirect Message-ID: <100@avsd.UUCP> Date: 12 Apr 88 00:16:01 GMT Distribution: na Organization: Ampex Advanced Technology Division, Redwood City, CA Lines: 12 I'm studying Personal Pascal for the Atari ST, but am having trouble redirecting output to the printer. I know that writeln(output,'text') will output to the screen, but how do I redirect output from standard output to the printer? Please give a specific example, if possible. Thanks for any help.