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 06:49:41 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!194.25.134.62!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!lnewspeer00.lnd.ops.eu.uu.net!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: string input Date: Mon, 26 Nov 2001 15:49:10 +0100 Organization: Siemens AG Message-ID: <3C025666.4108D449@icn.siemens.de> References: NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:16981 Date: 2001-11-26T15:49:10+01:00 List-Id: kotee@ludens.elte.hu wrote: > > helo > > 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 ?