From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 09 Feb 1993 10:00:33 -0500 (EST) From: Jack Beidler Subject: Re: Question Message-ID: <01GUIIDAT3YQ0000TW@JAGUAR.UOFS.EDU> List-Id: If you have the Meridian compiler for the PC, use the tty package. Similar packages exist with other pc based compilers. If you figure out how to do this with a UNIX based compiler, let me know. Jack Beidler ============================= From: IN%"INFO-ADA@AJPO.SEI.CMU.EDU" 9-FEB-1993 09:04:18.20 To: IN%"BEIDLER@JAGUAR.UOFS.EDU" "Jack Beidler", IN%"MARTIN@JAGUAR.UOFS.EDU" "Dennis Martin", IN%"SIDBURY@JAGUAR.UOFS.EDU" "Dick Sidbury" CC: Subj: Question Return-path: Return-path: OWNER-INFO-ADA <@UBVM.CC.BUFFALO.EDU:OWNER-INFO-ADA@VM1.NODAK.EDU> Received: from Jnet-DAEMON by JAGUAR.UOFS.EDU (PMDF #3402 ) id <01GUHXB52VEO00007Z@JAGUAR.UOFS.EDU>; Tue, 9 Feb 1993 09:03:38 EST Received: From UBVM(MAILER) by SCRANTON with Jnet id 5602 for BEIDLER@SCRANTON; Tue, 9 Feb 93 09:03 EST Received: from UBVM.BITNET (NJE origin LISTSERV@UBVM) by UBVM.CC.BUFFALO.EDU (LMail V1.1c/1.7e) with BSMTP id 2751; Tue, 9 Feb 1993 08:59:51 -0500 Date: 09 Feb 1993 12:57:33 +0000 (GMT) From: Lindh Subject: Question Sender: "Ada programming language (INFO-ADA)" To: "\"Jack Beidler\"" , "\"Dennis Martin\"" , "\"Dick Sidbury\"" Reply-to: INFO-ADA@AJPO.SEI.CMU.EDU Message-id: <01GUIGDPYYNQ00007Z@JAGUAR.UOFS.EDU> Content-transfer-encoding: 7BIT Hi I have a little problem: Is there some simple way to make a program to stop on a wanted place in the code and proceed when you pressed a key ? i.e. This code dummy : char; begin -- do something; text_io.get(dummy); -- so something else; end; This piece of code will stop at get(dummy) until you pressed a key followed by return. I would like to now if it's possible to swap text_io.get() with something else such that it's enough to press any key whithout pressing return afterwards. Thanks Jan Lindh Computer Sience Student at University of Hertfordshire E-mail cs4en@hatfield.ac.uk