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=1.1 required=5.0 tests=BAYES_40,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ff34bb99bda04ad7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-09 07:37:11 PST Newsgroups: comp.lang.ada Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!psuvax1!news.pop.psu.edu!hudson.lm.com!netline-fddi.jpl.nasa.gov!nntp-server.caltech.edu!news.ridgecrest.ca.us!owens!do_while From: do_while@owens.ridgecrest.ca.us (Do-While Jones) Subject: Re: GOTOXY in Ada ? Message-ID: Sender: usenet@ridgecrest.ca.us (Ridgenet Usenet admin) Organization: RidgeNet - SLIP/PPP Internet, Ridgecrest, CA. (619) 371-3501 References: <3c4a9a$1lts@obelix.uni-muenster.de> Date: Fri, 9 Dec 1994 15:22:31 GMT Date: 1994-12-09T15:22:31+00:00 List-Id: In article <3c4a9a$1lts@obelix.uni-muenster.de> ahlersj@comix.uni-muenster.de (Jan Ahlers) writes: > >Is there an equivalent in Ada to the gotoxy command in Pascal (-> put the >cursor at column x, row y) ? Answers would be greatly appreciated ! > Sort of. It isn't a part of the language, but it is easily done using the VIRTUAL_TERMINAL package. VIRTUAL_TERMINAL.Move_Cursor_To(LINE => Y, COL => X); FAQ: Where do I find the VIRTUAL_TERMINAL package? It is in the book Ada in Action. FAQ: But isn't Ada in Action out of print? Yes, but it about to appear on the net in electronic form Real Soon Now. Watch this space for an announcment. -- +--------------------------------+ | Know Ada | | [Ada's Portrait] | | Will Travel | | wire do_while@ridgecrest.ca.us | +--------------------------------+