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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,36fa1a0bdeea27b1 X-Google-Attributes: gid103376,public From: aklee@no_spam.bonsai.net (Albert K. Lee) Subject: Re: Here's a quicky - please help! Date: 1997/05/07 Message-ID: #1/1 X-Deja-AN: 239917246 References: <01bc5a54$49a60120$9a82a6c3@swh2tpv> Organization: The Bonsai Group Newsgroups: comp.lang.ada Date: 1997-05-07T00:00:00+00:00 List-Id: On 6 May 1997 11:10:14 GMT, Chris Westcott wrote: > >By doing: > GET(inkey); >where inkey is a character, GET waits for a cariage return before accepting >the key. >I want to get the key without pressing . Get_Immediate should do the trick. You should get a copy of the reference manual and look at the annexes (especially annex A). There are lots of goodies in there. >Also I am trying to use the cursor keys but have no idea how to get them to >work. Is there some way of reading them. (Scan codes/ or ASCII) I believe this will depend on the hardware and/or operating system you're using, though I could be wrong. >PS- I am a student and I won't go away!!!! A little _too_ persistent... =) -Albert K. Lee also a student