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.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e7672052479c6008,start X-Google-Attributes: gid103376,public From: fluffy_dong@dsuper.net Subject: beginner question re: user input & output to screen Date: 1999/02/15 Message-ID: <36c95396.253265493@news.dsuper.net>#1/1 X-Deja-AN: 444640677 Content-Transfer-Encoding: 7bit Organization: Delphi SuperNet Inc. Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-15T00:00:00+00:00 List-Id: Hi, I'm in this programming class and I have a program to hand in. There's a place in the program where I'm supposed to display a table and leave it there until the user presses . I don't know how to do this. The only way I know to make my program "stop and wait" is by using "GET", but GET seems to require that the user types something, anything, before he/she presses . So what's the simplest way to hold the screen until . My program structure is fine and the other screen I want displayed is fine. The way I have it now is that the table comes up, with a couple of blank lines bellow, and my other screen bellow that. It all fits on one screen but that's not the way the teacher wants it. What I usually do is to give the user two choices, one to continue and one to quit, and I put the answer in some variable that determines what is done next. Any help would be greatly appreciated. Marc -- What I really am is "fluffy", no "_dong", no "_puff", no "_woo", no nothing, just plain fluffy.