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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1e8499abed674d1c X-Google-Attributes: gid103376,public From: "Nick Roberts" Subject: Re: Examine my code! Date: 1997/04/20 Message-ID: <01bc4d85$4c127b40$f4f582c1@xhv46.dial.pipex.com>#1/1 X-Deja-AN: 236129943 References: <01bc49c1$c8c990a0$c47d8ea1@AaBbCcDd> Organization: UUNet PIPEX server (post doesn't reflect views of UUNet PIPEX) Newsgroups: comp.lang.ada Date: 1997-04-20T00:00:00+00:00 List-Id: The answer is to use Get_Line(Command); instead of just get(command) Reason why: things getting stuck in the buffer. Nick.