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!reader02.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: How to access an array using two different indexing schemes Date: Mon, 27 Nov 2017 19:39:34 -0600 Organization: JSA Research & Innovation Message-ID: References: Injection-Date: Tue, 28 Nov 2017 01:39:34 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="15170"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader02.eternal-september.org comp.lang.ada:49209 Date: 2017-11-27T19:39:34-06:00 List-Id: "Robert A Duff" wrote in message news:wccy3mv1g3v.fsf@TheWorld.com... ... > This is called "sliding". So long as X'Length = Y'Length, > the bounds can change in this way on assignment statements. Ah, thanks Bob -- someone with the REAL answer to this question (but which has been completely ignored so far as I can see). All of the other answers (other than mine, of course ;-) are garbage - there isn't the least difficulty in "changing the bounds" of an array in Ada other than that you have to declare a name for each such set of bounds. Such a hardship... :-) Randy.