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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,272f3f8ed3fdea2,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-31 12:50:51 PST Path: supernews.google.com!sn-xit-02!supernews.com!nntp-relay.ihug.net!ihug.co.nz!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.earthlink.net!newsfeed2.earthlink.net!newsfeed.earthlink.net!news.mindspring.net!not-for-mail From: "arcele" Newsgroups: comp.lang.ada Subject: get_line and skip_line in package text_io Date: Wed, 31 Jan 2001 15:55:40 -0500 Organization: MindSpring Enterprises Message-ID: <959tlt$mtm$1@slb6.atl.mindspring.net> NNTP-Posting-Host: 3f.32.c0.87 X-Server-Date: 31 Jan 2001 20:47:57 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: supernews.google.com comp.lang.ada:4780 Date: 2001-01-31T20:47:57+00:00 List-Id: I'm slightly confused about the purpose of the text_io.skip_line function. Some times with a get_line command in my program even after the user hits enter the program does not continue, i'm sure this is because i am not using skip_line correctly, but what exactly does the skip_line function do? and when should i use it? thanks in advance for any help. ryan