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: a07f3367d7,bf03d731a6ef511f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!t31g2000prh.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: Copying rows in a two dimensional array. Date: Mon, 1 Feb 2010 14:10:44 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <4b6637a1$0$4586$4d3efbfe@news.sover.net> NNTP-Posting-Host: 75.172.187.95 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1265062245 21181 127.0.0.1 (1 Feb 2010 22:10:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 1 Feb 2010 22:10:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t31g2000prh.googlegroups.com; posting-host=75.172.187.95; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/528.16+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8848 Date: 2010-02-01T14:10:44-08:00 List-Id: I've never understood why Ada does not allow slicing in multidimensional arrays. What are the safety issues involved? And how is it safe to force the programmer into ad hoc methods? Jerry