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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Anonymous array not allowed as components Date: Fri, 1 Nov 2019 11:41:19 +0100 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <5dbbeda6$0$1458$e4fe514c@news.kpn.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 1 Nov 2019 10:41:19 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="0231ea13567cfa5d3fd76c11552d8b83"; logging-data="27531"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18dB1w0QLMBEaQqOyi9RzyzMA71TSbyOgo=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.2 Cancel-Lock: sha1:egsoQy4R0kdUhHLeKTHTfEWC6B4= In-Reply-To: <5dbbeda6$0$1458$e4fe514c@news.kpn.nl> Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:57416 Date: 2019-11-01T11:41:19+01:00 List-Id: On 11/1/19 9:32 AM, L Dries wrote: > > Then I got the message: > > 65:22 Anonymous array not allowed as components > > What do I do wrong? From the error msg, I would guess that you're trying to use an anonymous array as a component. As the msg says, this is not allowed. You need to use a named array type. -- Jeff Carter "It is the German who is so uncourteous to his verbs." A Scandal in Bohemia 122