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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e61c8636ef35379d X-Google-Attributes: gid103376,public From: John English Subject: Re: Escape Sequences in Strings Date: 2000/11/15 Message-ID: <3A1275A2.F2A843E9@bton.ac.uk>#1/1 X-Deja-AN: 693867008 Content-Transfer-Encoding: 7bit References: <3A17B0E2@MailAndNews.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@bton.ac.uk X-Trace: saturn.bton.ac.uk 974288317 26275 193.62.183.204 (15 Nov 2000 11:38:37 GMT) Organization: University of Brighton Mime-Version: 1.0 NNTP-Posting-Date: 15 Nov 2000 11:38:37 GMT Newsgroups: comp.lang.ada Date: 2000-11-15T11:38:37+00:00 List-Id: Jean Cohen wrote: > My question is then - How is it possible to use escape sequences (or > something functionally equivalent) in Ada 95? Escape sequences are easy enough: Ada.Text_IO.Put(ASCII.ESC & "[2J"); -- clear the screen (?) However, "something functionally equivalent" is probably a better way to go... ----------------------------------------------------------------- John English | mailto:je@brighton.ac.uk Senior Lecturer | http://www.it.bton.ac.uk/staff/je Dept. of Computing | ** NON-PROFIT CD FOR CS STUDENTS ** University of Brighton | -- see http://burks.bton.ac.uk -----------------------------------------------------------------