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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.249.231 with SMTP id yx7mr972316pac.24.1412278545737; Thu, 02 Oct 2014 12:35:45 -0700 (PDT) X-Received: by 10.50.13.4 with SMTP id d4mr86249igc.16.1412278545579; Thu, 02 Oct 2014 12:35:45 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!uq10no2794158igb.0!news-out.google.com!rp1ni13806igb.0!nntp.google.com!uq10no2794148igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 2 Oct 2014 12:35:44 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=63.80.193.9; posting-account=nD_N8QoAAACgNfe5vMwm0rMAu4pgYumJ NNTP-Posting-Host: 63.80.193.9 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1558c489-9bce-4b74-bf62-566d0f2d4516@googlegroups.com> Subject: Re: 3D array 3x4x5 From: Alan Jump Injection-Date: Thu, 02 Oct 2014 19:35:45 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189309 Date: 2014-10-02T12:35:44-07:00 List-Id: On Thursday, October 2, 2014 12:02:21 PM UTC-7, Stribor40 wrote: > Is there a way to represent 3d,4d arrays in Ada? Certainly. Three_D_Array : array (Integer range 1 .. 3, Integer range 1 .. 5, Integer range 0 .. 3) of Float;