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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e387e3de20c4f9c5 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Help? Date: 1999/11/21 Message-ID: <81a888$k55$1@fir.prod.itd.earthlink.net>#1/1 X-Deja-AN: 551462338 Content-Transfer-Encoding: 7bit References: <38382bef.0@silver.truman.edu> X-Posted-Path-Was: not-for-mail Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-ELN-Date: 22 Nov 1999 02:02:48 GMT X-ELN-Insert-Date: Sun Nov 21 18:05:09 1999 Organization: Ada95 Press, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-21T00:00:00+00:00 List-Id: Matthew Lawrence wrote in message news:38382bef.0@silver.truman.edu... > Hello to all > > I have a question that I'm sure will seem incredibly simple to most of you > but I'm a first semester computer science major and it is giving me some > trouble. > > In one procedure I have stored a set of records in an array. I need to in > another procedure access individual fields of those records. I guess I have > two main questions. > > 1) Can I pass the entire array from the first procedure to the second? > Yes. > 2) How would I access individual fields of the records that are stored in > the array? > > I've scoured my textbook for any help but must be looking in the wrong > places. > (). > I would like to be more specific but prefer not to ask program specific > questions as it is an individual assignment. > > Any help will be much appreciated > > Matthew Lawrence > >