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,bc4137777a63bff X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!npeer.de.kpn-eurorings.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Tue, 02 Aug 2005 14:05:55 +0200 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Help needed for ada package References: <1122305318.728942.304120@f14g2000cwb.googlegroups.com> <2OudnZo-iL1aN3jfRVn-iQ@comcast.com> <1122475184.849564.159870@g44g2000cwa.googlegroups.com> <1122547648.069514.63520@g14g2000cwa.googlegroups.com> <1122980923.842598.181310@g49g2000cwa.googlegroups.com> In-Reply-To: <1122980923.842598.181310@g49g2000cwa.googlegroups.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <42ef619c$0$6984$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Date: 02 Aug 2005 14:05:48 MEST NNTP-Posting-Host: 8ad7b2a6.newsread2.arcor-online.net X-Trace: DXC=JZoGA?@?G\2j12nnM8XB1>Q5U85hF6f;4jW\KbG]kaM841Ud:;E]@43U8SoZQg_MP8ljUVjRQ60?2VmnOeiOY3@>g[50F7T5IO2 X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:3894 Date: 2005-08-02T14:05:48+02:00 List-Id: strictly_mk@hotmail.com wrote: > Thanks for all the help, I've actually done most of it now but I need > help on one last thing. I'm sure gnat doesn't like me and I'm getting > these error messages regarding the Associates array, I've tried next to > everything and I'm stuck. Here is to code and the compiler output. > > subtype Population_Range is Long_Integer range 1..1000000; > ID is defined in the specification under generic as a long_integer. Can > anyone help? (I'd suggest using the ID generic formal in the definition of Population_Range then.) Associates is a type actually, but is used as if it were variable.