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,2a9b16f914dd588 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-05 12:50:07 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-out.usenetserver.com!news-out-sjo.usenetserver.com!newsfeed.direct.ca!look.ca!newsfeed1.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread1.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3AA3FBA8.F6E92BCA@acm.org> From: Jeffrey Carter X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: How do I free unbounded strings? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 05 Mar 2001 20:48:43 GMT NNTP-Posting-Host: 63.178.187.194 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 983825323 63.178.187.194 (Mon, 05 Mar 2001 12:48:43 PST) NNTP-Posting-Date: Mon, 05 Mar 2001 12:48:43 PST Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: supernews.google.com comp.lang.ada:5440 Date: 2001-03-05T20:48:43+00:00 List-Id: Erik Sigra wrote: > > while not End_Of_Line loop null; -- Second Pause > end loop; > Skip_Line; ... > while not End_Of_Line loop null; -- Third Pause > end loop; > Skip_Line; Why do you have these null loops in your program? Skip_Line will block the task until the user enters a line terminator. -- Jeff Carter "We burst our pimples at you." Monty Python & the Holy Grail