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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ace9bff8eb84e5b1 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Fri, 22 Feb 2008 15:11:42 +0100 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Generic Zero Length Array References: <9b771018-fb0b-42eb-ae00-12ee3eda69b2@p43g2000hsc.googlegroups.com> <2446841a-8bb0-46bc-94ed-099e4e0ca74c@k2g2000hse.googlegroups.com> <87a98e0d-b3d8-4c62-b860-cfef26b490e6@n77g2000hse.googlegroups.com> In-Reply-To: <87a98e0d-b3d8-4c62-b860-cfef26b490e6@n77g2000hse.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <47bed81e$0$23018$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 22 Feb 2008 15:11:42 CET NNTP-Posting-Host: 5781b9f1.newsspool1.arcor-online.net X-Trace: DXC=R`;MR2=A^Y_5TOT9_N5i\BH3YR2IGW_3BM3AZA:ho7QcPOVSA]kYR;4NCoZ2lJ@5CQVlC_ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:19971 Date: 2008-02-22T15:11:42+01:00 List-Id: shaunpatterson@gmail.com wrote: > Yes, I was afraid that would be my only option. > Wait, when generic formal type Element has Element'First, you can use it in return Element_List' (Indexing.First + 1 .. Indexing'First => Element'First); etc. -- Georg