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.5 required=5.0 tests=BAYES_00,INVALID_DATE, PP_MIME_FAKE_ASCII_TEXT,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,f469e761b52b26a3,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-19 18:06:00 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!news.sprintlink.net!malgudi.oar.net!infinet!nitelog!michael.hagerty Distribution: world Newsgroups: comp.lang.ada Subject: RE: GOTOXY IN ADA ? From: michael.hagerty@nitelog.com (Michael Hagerty) Message-ID: Date: Mon, 19 Dec 94 18:06:00 -0800 Organization: Nitelog BBS - Monterey, CA - 408-655-1096 Date: 1994-12-19T18:06:00-08:00 List-Id: On 12-12-94, Keith Thompson responded to Dave Retherford: KT> Sorry, this won't work. The Set_Col and Set_Line routines won't move the > cursor to a previous line or to a previous column on the current line. > For example, if the current column number is 20, Text_IO.Set_Col(10) will > call New_Line and then output 10 spaces; likewise, Set_Line calls New_Page > if necessary (which may or may not clear the screen; typically it won't). An easier method might be to get the AdaSAGE library for your library. There is a gotoxy equivalent routine in there, although it does assume that your screen is only 2-digit columns wide. I fixed it for ours and it handles screens up to 999 columns wide. Regards, Mikey PGP Fingerprint = 56 12 CF A9 0E 53 A4 C4 49 F2 AF E7 F1 D3 47 5F --- � MR/2 #63 � Crusoe got everything done by Friday. Can you?