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,98e3ee7e73b9dd89 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread3.news.pas.earthlink.net.POSTED!a6202946!not-for-mail From: Jeffrey Carter Organization: jrcarter commercial-at acm [period | full stop] org User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Aliased References: <1118851601.345326.86640@g49g2000cwa.googlegroups.com> <1118991665.365498.233060@z14g2000cwz.googlegroups.com> <1119210250.852024.100660@g49g2000cwa.googlegroups.com> In-Reply-To: <1119210250.852024.100660@g49g2000cwa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Sun, 19 Jun 2005 20:33:48 GMT NNTP-Posting-Host: 67.3.228.100 X-Complaints-To: abuse@earthlink.net X-Trace: newsread3.news.pas.earthlink.net 1119213228 67.3.228.100 (Sun, 19 Jun 2005 13:33:48 PDT) NNTP-Posting-Date: Sun, 19 Jun 2005 13:33:48 PDT Xref: g2news1.google.com comp.lang.ada:11484 Date: 2005-06-19T20:33:48+00:00 List-Id: nblanpain@hotmail.com wrote: > Except using Unrestricted_Access is there a solution to my problem? Yes. Use an access type that designates the same constrained subtype of the array type used by your aliased component. -- Jeff Carter "Blessed is just about anyone with a vested interest in the status quo." Monty Python's Life of Brian 73