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,515dd4aa774454a2 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.38.134 with SMTP id g6mr46529363pbk.6.1317397229617; Fri, 30 Sep 2011 08:40:29 -0700 (PDT) Path: lh7ni8376pbb.0!nntp.google.com!news1.google.com!postnews.google.com!i9g2000yqe.googlegroups.com!not-for-mail From: David Sauvage Newsgroups: comp.lang.ada Subject: Re: Ada 2012 Iterators limitations & proposition Date: Fri, 30 Sep 2011 08:39:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: <95756a24-2b3c-4a9a-8be6-2e5d9a91e8b0@i9g2000yqe.googlegroups.com> References: <37a42bc3-9efa-43b2-bf37-6198dc6ecf2b@db5g2000vbb.googlegroups.com> NNTP-Posting-Host: 41.136.233.33 Mime-Version: 1.0 X-Trace: posting.google.com 1317397229 21128 127.0.0.1 (30 Sep 2011 15:40:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 30 Sep 2011 15:40:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i9g2000yqe.googlegroups.com; posting-host=41.136.233.33; posting-account=RLLoCgoAAAAlrjFze52eMRxLw8Zw6JGC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686; rv:6.0.2) Gecko/20100101 Firefox/6.0.2,gzip(gfe) Xref: news1.google.com comp.lang.ada:18236 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-09-30T08:39:10-07:00 List-Id: > When you write something like: > for Index in My_Container.Iterator loop > you have easy access to the elements using the indexing forms, so there is > little need for direct access to the element. Oh, sorry I forget about that. Excellent, Cheers