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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,68f66270391b820 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-24 05:41:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.43.194.69!fr.clara.net!heighliner.fr.clara.net!proxad.net!wanadoo.fr!not-for-mail From: Pascal Obry Newsgroups: comp.lang.ada Subject: Re: Slices of 2d arrays? Date: 24 Jul 2002 14:41:11 +0200 Organization: Home - http://perso.wanadoo.fr/pascal.obry Message-ID: References: NNTP-Posting-Host: avelizy-103-1-5-107.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: wanadoo.fr 1027514511 11946 80.13.115.107 (24 Jul 2002 12:41:51 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 24 Jul 2002 12:41:51 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.90 Xref: archiver1.google.com comp.lang.ada:27360 Date: 2002-07-24T12:41:51+00:00 List-Id: lutz@iks-jena.de (Lutz Donnerhacke) writes: > >I would like to be able to do... > > type grid is array (1..10, 1..10) of character; > > type grid is array (1..10) of array (1..10) of character; This is not Ada. type Str is array (1 .. 10) of Character; type Grid is array (1 .. 10) of Str; Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://perso.wanadoo.fr/pascal.obry --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595