Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!decwrl!pyramid!octopus!avsd!govett From: govett@avsd.UUCP (David Govett) Newsgroups: comp.sys.atari.st Subject: Screen Dump in Personal Pascal Message-ID: <107@avsd.UUCP> Date: 14 Apr 88 18:40:03 GMT Distribution: na Organization: Ampex Advanced Technology Division, Redwood City, CA Lines: 11 Does anyone know how to print sceen while using the Personal Pascal environment? I though control-alt-help would work, but it doesn't. I wrote a simple PP program that displays a few things on the screen, and would like to dump this screen to the printer. After the program executes, I type ctl-alt-help keys simultaneously, but I just end up back in the PP environment and nothing is printed because PP is waiting for any key input so that it can return. I tried using READLN as my last instruction, but PP still doesn't recognize ctl-alt-help. Is there any way to dump the screen within PP?