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.236.36.84 with SMTP id v60mr1541012yha.2.1412386159013; Fri, 03 Oct 2014 18:29:19 -0700 (PDT) X-Received: by 10.182.70.98 with SMTP id l2mr996obu.28.1412386158846; Fri, 03 Oct 2014 18:29:18 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!s7no378903qap.0!news-out.google.com!bc9ni15653igb.0!nntp.google.com!uq10no3597663igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Oct 2014 18:29:16 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.36.114.177; posting-account=Lb5doAoAAAAWHET3z2_nBVbFSXaZQG1V NNTP-Posting-Host: 24.36.114.177 References: <3ffbdc6a-e767-4de1-922f-c9c1ec748f4d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <017bf59f-074b-470e-b959-88e0a484bf63@googlegroups.com> Subject: Re: array of string From: Stribor40 Injection-Date: Sat, 04 Oct 2014 01:29:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189369 Date: 2014-10-03T18:29:16-07:00 List-Id: I tried this... type Array_Type is array (1 .. 6, 1 .. 3) of Character; myArray : Array_Type; myArray(1,1..3) := "abc" my compiler was mad at me because of this.....few subscripts in array reference