From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6bbb7a00b26fc6b9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-25 21:30:00 PST Path: nntp.gmd.de!news.rwth-aachen.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!xlink.net!howland.reston.ans.net!news.sprintlink.net!cs.utexas.edu!uwm.edu!news.alpha.net!news.mathworks.com!zombie.ncsc.mil!admii!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Form Feed To Printer Date: 25 Mar 1995 23:00:02 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3l2os2$ejv@gnat.cs.nyu.edu> References: <1995Mar24.004854@clstac> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-03-25T23:00:02-05:00 List-Id: Don't think of sending a form feed to the printer, that is too low level, instead just use Text_IO.New_Page, that is what it is for. If it doesn't work, then your implementation is not doing the right thing.