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=0.6 required=5.0 tests=BAYES_20,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5d47c120235ba244 X-Google-Attributes: gid103376,public From: rehixon@aol.com (RE Hixon) Subject: Text_IO.Get_Line Date: 1997/05/17 Message-ID: <19970517194301.PAA19410@ladder02.news.aol.com>#1/1 X-Deja-AN: 242865484 Organization: AOL http://www.aol.com Newsgroups: comp.lang.ada X-Admin: news@aol.com Date: 1997-05-17T00:00:00+00:00 List-Id: This may have a simple fix, but it has me perplexed. I have used several different Ada compilers (Ada 83 and 95) on different types of Intel based systems and keep getting the same results. When I use Get_Line and enter more characters than the specified string will hold; the remaining characters stay in the input buffer waiting for the next Get. This causes an exception to occur. My fix is to execute a Skip_Line after each Get_Line, but this seems inefficient. Any ideas, or reasons why I am getting these results? Russell E. Hixon, USAF COMM 601.377.0520 Master Instructor FAX 601.377.1252 333rd Training Squadron EMAIL REHixon@aol.com