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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,699cc914522aa7c4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!208.49.83.146.MISMATCH!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Structured exception information References: <1169819196.5976.57.camel@localhost.localdomain> From: Stephen Leake Date: Sun, 28 Jan 2007 08:18:45 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:+G8n51ibx1nt+T4oIP+qXXgv2GM= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: a48c245bca2b5759e00d406152 Xref: g2news2.google.com comp.lang.ada:8646 Date: 2007-01-28T08:18:45-05:00 List-Id: Stephen Leake writes: > However, I have yet to see an _actual_ implemention of View that is > not equivalent to "write this string to a device". So I do _not_ > anticipate changing that implementation. I have to take this back, partly. Ray Blaak posted an example where View would do: Write Short_Description to immediate display device Write Detailed_Description to log device So View would take two strings, rather than one. But the data is still strings, so the rest of my post stands. -- -- Stephe