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,e5f2c12e14eeb0f5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-21 18:52:30 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Can you use arrays from another package ? Date: 21 May 2002 18:52:30 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0205211752.4909a72a@posting.google.com> References: NNTP-Posting-Host: 205.232.38.244 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1022032350 5342 127.0.0.1 (22 May 2002 01:52:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 22 May 2002 01:52:30 GMT Xref: archiver1.google.com comp.lang.ada:24495 Date: 2002-05-22T01:52:30+00:00 List-Id: "Jon" wrote in message news:... > say the main program is calle MAIN.ADB > > and uses 2 packages X and Y > > if there is an array of records in X called A. > > how do i use the array A in Y ? This is a pretty fundamental question. If you are having trouble understanding this from your text book (look up WITH statements), then perhaps you might find it useful to try running an online tutorial (check out the resources at www.adapower.com)