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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e61c8636ef35379d,start X-Google-Attributes: gid103376,public From: Jean Cohen Subject: Escape Sequences in Strings Date: 2000/11/15 Message-ID: <3A17B0E2@MailAndNews.com>#1/1 X-Deja-AN: 693836808 Content-Transfer-Encoding: 7bit X-EXP32-SerialNo: 00000000 Sender: Jean Cohen Content-Type: text/plain; charset="ISO-8859-1" X-Complaints-To: newsabuse@supernews.com X-InterChange-Posted-By: jean.cohen@MailAndNews.com Organization: Posted via Supernews, http://www.supernews.com Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-11-15T00:00:00+00:00 List-Id: I'm quite new to Ada and consider a transition from C++, therefore I am still evaluating the benefits of the language. There is a minor annoyance (minor in terms of importance) which plagues me ever since: what about ANSI escape sequences in strings? As you all certainly know it is quite easy and straightforward in C++ to set cursor positions, the format (tabulators, newlines etc.) of a string etc. by using escape sequences. (by the way, I like the concept of streams in C++.) My question is then - How is it possible to use escape sequences (or something functionally equivalent) in Ada 95? Thanks for your replies, Jean Cohen