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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,463c997594f91391 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: How to get a character? Date: 1999/04/10 Message-ID: #1/1 X-Deja-AN: 464901981 References: <370EE07D.67C71458@dave-world.net> <87k8vkag6f.fsf@bglbv.my-dejanews.com> NNTP-Posting-Date: Sat, 10 Apr 1999 14:18:16 PDT Newsgroups: comp.lang.ada Date: 1999-04-10T00:00:00+00:00 List-Id: bglbv@my-dejanews.com writes: > Don't you mean Get_Immediate? Yes. > > > I'm trying to add a stop after displaying some information to the > > > screen so the user can press any key to continue with the program. > > > > Yup. Use Get_Line. > > Nope. With Get_Line the "any key" had better be labelled "return" or > "enter". In my mind, I was thinking "return", even though he did say any key. Thanks for pointing this out to me. Matt