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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e0f6162f2e6cbfc6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-29 13:36:57 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: DreySf@gmx.net (Drey) Newsgroups: comp.lang.ada Subject: Re: Arrays Date: 29 May 2003 13:36:56 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 129.69.166.249 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1054240617 914 127.0.0.1 (29 May 2003 20:36:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 29 May 2003 20:36:57 GMT Xref: archiver1.google.com comp.lang.ada:38013 Date: 2003-05-29T20:36:57+00:00 List-Id: "David C. Hoos, Sr." wrote in message news:... > ----- Original Message ----- > ... > This is defined in RM 3.6.2 > ... > A'Last for a multidemnsional array is the same as A'Last (1). > .. > In your above example array A'Last (2) = 4 > Thanks :) that what i meant :)