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,4474d55f43793f3f,start X-Google-Attributes: gid103376,public From: Eric poirier Subject: Keyboard manipulation Date: 1999/10/18 Message-ID: <380BAAA3.10777669@algopharm.com>#1/1 X-Deja-AN: 537703942 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii X-Trace: carnaval.risq.qc.ca 940288676 132.208.15.119 (Mon, 18 Oct 1999 19:17:56 EDT) Organization: Algorithme Pharma Inc MIME-Version: 1.0 NNTP-Posting-Date: Mon, 18 Oct 1999 19:17:56 EDT Newsgroups: comp.lang.ada Date: 1999-10-18T00:00:00+00:00 List-Id: Hello !!! I'm pretty new to ADA and to this Newsgroup. I have a quite easy question: I know that is possible to get a character with the Ada.Text_io.Get_Immediate command, that take the carcater without the 'return' . Okay ! Now, I'd like to know how to get the arrays caracters (left, right, up, down) of the keyboard... It takes... I don't know what ... I also know that I can use the Ada.Text_io.Put ( ASCII.XXX ) to put on the screen, I now need to know how to compare with the character I've got with the Get_Immediate before ... Thanks Eric Poirier,