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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3c99788a4ac63037 X-Google-Attributes: gid103376,public From: Wes Groleau Subject: Re: Pageless Text_IO Date: 1999/11/17 Message-ID: <3832C913.3A1B2E1@ftw.rsc.raytheon.com>#1/1 X-Deja-AN: 549729960 Content-Transfer-Encoding: 7bit References: <80qarp$9qe1@news.cis.okstate.edu> <383210d2.0@news.pacifier.com> X-Accept-Language: en,es,fr,pt Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@icg.raytheon.com X-Trace: bos-service2.ext.raytheon.com 942852377 151.168.144.162 (Wed, 17 Nov 1999 09:26:17 CST) Organization: Raytheon Company MIME-Version: 1.0 NNTP-Posting-Date: Wed, 17 Nov 1999 09:26:17 CST Newsgroups: comp.lang.ada Date: 1999-11-17T00:00:00+00:00 List-Id: > Why not use Set_Page_Length to set the length of a page sufficently long > that you will never run into the length? All text will appear on page 1. > > Esthletically correct? No. But it should work. For output. But I think the original problem was with input.