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,35edde140291c79e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.201.168 with SMTP id kb8mr2835612pbc.3.1335487179970; Thu, 26 Apr 2012 17:39:39 -0700 (PDT) MIME-Version: 1.0 Path: r9ni102474pbh.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!nuzba.szn.dk!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Can Ada iterate over Nd array? Date: Thu, 26 Apr 2012 19:39:32 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <393172.2032.1335455290715.JavaMail.geo-discussion-forums@yntt13> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1335487178 6333 69.95.181.76 (27 Apr 2012 00:39:38 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 27 Apr 2012 00:39:38 +0000 (UTC) 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.6157 Date: 2012-04-26T19:39:32-05:00 List-Id: "Adam Beneschan" wrote in message news:393172.2032.1335455290715.JavaMail.geo-discussion-forums@yntt13... ... >I don't think I've *ever* seen an array with more than three dimensions >ever used, in 35 years of programming. ( I have (or had) a five dimension array in one of my programs. It was quite a problem to avoid running out of space (the size multiplies in a hurry!) I think some of our internal test programs use 6 dimension arrays, under the assumption that no one will ever try to use more! But that was more of a white-box test than any real attempt to do anything. Randy.