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,f813b1b9c8de30d6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-08 11:22:19 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-out.usenetserver.com!news-out-sjo.usenetserver.com!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.frmt1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Getting a one-touch option (was: Ada95 tutorials with sample code) References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Thu, 08 Mar 2001 19:21:46 GMT NNTP-Posting-Host: 24.20.190.201 X-Complaints-To: abuse@home.net X-Trace: news1.frmt1.sfba.home.com 984079306 24.20.190.201 (Thu, 08 Mar 2001 11:21:46 PST) NNTP-Posting-Date: Thu, 08 Mar 2001 11:21:46 PST Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: supernews.google.com comp.lang.ada:5550 Date: 2001-03-08T19:21:46+00:00 List-Id: > the_volume := find_volume( aLength, aWidth, aHeight); > > "array type required in indexed component" > >This is NOT an array, it's a function call. *You* know it's a function call. Check the source code where you *thought* you had told the compiler it was a function call.