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,463c997594f91391,start X-Google-Attributes: gid103376,public From: Ben Barth Subject: How to get a character? Date: 1999/04/10 Message-ID: <370EE07D.67C71458@dave-world.net>#1/1 X-Deja-AN: 464698460 Content-Transfer-Encoding: 7bit X-Accept-Language: en,zh-CN,zh,zh-TW,ja,ko Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-04-10T00:00:00+00:00 List-Id: I was wondering if there was a way to get a character in Ada from the user such as the getchar() function that can be used in C. 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. I used the Text_IO.Get() function but that didn't seem to work very well. I was also wondering if there was a way to format output to the screen ala C which uses "\t" for a tab. Thanks -Ben