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_00, PP_MIME_FAKE_ASCII_TEXT,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,2626cb3fdc993d16,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-12 13:01:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!feed.news.nacamar.de!uninett.no!news.algonet.se!algonet!news-stob.telia.net!telia.net!217.209.241.173.MISMATCH!masternews.telia.net.!newsc.telia.net.POSTED!not-for-mail From: "�rjan Leringe" Newsgroups: comp.lang.ada Subject: Need a gotoXY consol IO procedure for Rational Apex on Sun X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Wed, 12 Mar 2003 21:01:41 GMT NNTP-Posting-Host: 213.66.104.154 X-Complaints-To: abuse@telia.com X-Trace: newsc.telia.net 1047502901 213.66.104.154 (Wed, 12 Mar 2003 22:01:41 CET) NNTP-Posting-Date: Wed, 12 Mar 2003 22:01:41 CET Organization: Telia Internet Xref: archiver1.google.com comp.lang.ada:35264 Date: 2003-03-12T21:01:41+00:00 List-Id: I need a procedure to do a little more than text_IO on Rational Apex for Sun. Actually the only procedure need is procedure Goto_XY (X, Y: Integer); which positions the cursor to pos X and row Y (Y can be backwards current position). How do I do this? �rjan Leringe