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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8dd8ee71ca4e5206 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-07 05:00:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!transit.news.xs4all.nl!newsfeed.xs4all.nl!xs4all!not-for-mail From: Fraser Wilson Newsgroups: comp.lang.ada Subject: Re: Newbie question on Ada TExt_IO Date: 07 Oct 2002 13:48:14 +0200 Organization: XS4ALL Internet BV Sender: fwilson@FWILSON Message-ID: References: NNTP-Posting-Host: a80-126-24-12.adsl.xs4all.nl X-Trace: news1.xs4all.nl 1033991134 27448 80.126.24.12 (7 Oct 2002 11:45:34 GMT) X-Complaints-To: abuse@xs4all.nl NNTP-Posting-Date: 7 Oct 2002 11:45:34 GMT X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:29556 Date: 2002-10-07T11:45:34+00:00 List-Id: "Grein, Christoph" writes: > Attributes can use as prefix either the subtype or the type (which in fact is > > is the first named subtype) without difference. Oh, darn. Thanks. I missed the 'sub' in 'subtype'. Though I'd argue that using an attribute of the constrained subtype would be clearer. Which is to say I was confused. cheers, Fraser.