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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f61331c2557699b0,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-11-21 22:08:00 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!newsfeed.direct.ca!look.ca!paloalto-snh1.gtei.net!news.gtei.net!paloalto-snr1.gtei.net.POSTED!not-for-mail From: mountainman Newsgroups: comp.lang.ada Subject: Automatic issue of carriage return Reply-To: mountainman Message-ID: <9mom1ts4v0uv6ff3bf0750p9jqe5kbaohd@4ax.com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: /w5MH76iAOFiK/XHNbUFinw1I1Pbu+nIgA5zwWt/0rm1n6EngcQwBIHGRDzBL/nWWMA4nx10gdkS!oo29dvoqHAnV7pQR4RA39x37MjouY0oJ+8/NWtQYmT380i3VgdyNO2YocuYxtzorwKaTYRR8xsXv!AQ== X-Complaints-To: abuse@gte.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 22 Nov 2000 06:07:51 GMT Distribution: world Date: Wed, 22 Nov 2000 06:07:51 GMT Xref: supernews.google.com comp.lang.ada:2360 Date: 2000-11-22T06:07:51+00:00 List-Id: Thanks for all that responded to my last message. I have another one for you all. It should be pretty simple for you ada guru's out there. I would like to recieve a user's input to a prompt and then automatically issue a CR or LF. so the user does not have to hit the enter key Im using a subtype as variable (example) type continue_type is (y,n) package continue_IO is new text_io.enumeration_IO(continue_type); continue_IO.get(flag); ???? any help would be helpfull Thanks