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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a31acccf6053ab1b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-25 09:30:06 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Array problem Date: 25 May 2002 09:30:06 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0205250830.822e227@posting.google.com> References: NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1022344206 29605 127.0.0.1 (25 May 2002 16:30:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 25 May 2002 16:30:06 GMT Xref: archiver1.google.com comp.lang.ada:24771 Date: 2002-05-25T16:30:06+00:00 List-Id: "Andreas Lans" wrote in message news:... > Well, I tried the thing you tipped me about, and I also tried just to put a > one in there just to see if it would work, but it still says Illegal operand > for array conversion, any thoughts on this? Well we can certainly see the iteration in progress here (perhaps if I ask for enough help enough times people will write the entire program for me :-) Andreas, the assignment is to figure this out for yourself! Read about array conversions in your text book, or if you can't find it there, go look up what an array conversion is and you should be able to figure out the problem.