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.0 required=5.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d3dc560bb69be0f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-10 09:22:10 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!arclight.uoregon.edu!wn4feed!worldnet.att.net!135.173.83.71!wnfilter1!worldnet-localpost!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail Message-ID: <3AAA62E6.37656F99@worldnet.att.net> From: James Rogers X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Get is the only way ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 10 Mar 2001 17:20:42 GMT NNTP-Posting-Host: 12.74.128.203 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 984244842 12.74.128.203 (Sat, 10 Mar 2001 17:20:42 GMT) NNTP-Posting-Date: Sat, 10 Mar 2001 17:20:42 GMT Organization: AT&T Worldnet Xref: supernews.google.com comp.lang.ada:5610 Date: 2001-03-10T17:20:42+00:00 List-Id: If you want your program to wait until the user is ready to continue you must interact with the user. This is typically done by waiting for input from the user. If you want the user to press only one key, without requiring the Enter key, use Get_Immediate. Jim Rogers Colorado Springs, Colorado USA Snooze wrote: > > I want have a "break" and only continuous when user press ENTER ( but only > this .. ) .. but i can't with GET ... > > and .. a other question .. > it's possible .. that the user can enter only 1 press .. exemple : 'Y' > and don't need press after on the enter .. like GETCH in language C > > need answer .. please ! > thank