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,47b871fef9bb1459 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-26 09:13:48 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news2.euro.net!uunet!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: string input X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3C0272F7.CE4EEB66@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <3C025666.4108D449@icn.siemens.de> Mime-Version: 1.0 Date: Mon, 26 Nov 2001 16:51:03 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:16989 Date: 2001-11-26T16:51:03+00:00 List-Id: Alfred Hilscher wrote: > > kotee@ludens.elte.hu wrote: > > > > what can i do if i wanna read user input to a string with > > length short (i wanna do it in loop), and user write a > > very long string. if it happens the next and the next... > > input is filled with that trash of first input... > > pls hlp > > > > kotee > > Your looking for Skip_Line ? Or perhaps a function such as PragmARC.Get_Line. -- Jeffrey Carter