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,48376c7ba742841e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-01 02:50:10 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!newsfeed00.sul.t-online.de!t-online.de!news-lei1.dfn.de!news-ber1.dfn.de!zrz.TU-Berlin.DE!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Ada Characters? Date: Fri, 1 Mar 2002 10:50:09 +0000 (UTC) Organization: GMUGHDU Message-ID: References: NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1014979809 29978 134.91.4.34 (1 Mar 2002 10:50:09 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Fri, 1 Mar 2002 10:50:09 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:20637 Date: 2002-03-01T10:50:09+00:00 List-Id: Wannabe h4x0r wrote: :> : TEXT : string(1..200); :> :> how do you fill this? : : Usually from a text file, like this ... : : Open(File, IN_FILE, TEXT(1..LENGTH)); uhm so text is both a file name and a buffer for I/O via text_IO? So how is text filled, exactly? : This usually works fine. All I have to do is use a loop to however many : lines my terminal will support in order to page the output on screen. Ah, a pager then?