From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 3 Feb 93 15:17:40 GMT From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool .mu.edu!cass.ma02.bull.com!catfish.az05.bull.com!cibecue!whmurray@ucbvax.Berkel ey.EDU (William H. Murray) Subject: Re: simple help with Text_IO Message-ID: <1993Feb03.151740.2126@catfish.az05.bull.com> List-Id: I think you want to change your get to a get_line. Get is trying to get your entire input string of 255 characters, regardless of EOL. Get_line will stop and return to you when you enter CR. (This is from some old memory, and I am no expert, so check the ARM). Bill Murray whmurray@cibecue.az05.bull.com