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=-0.7 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO, XPRIO_SHORT_SUBJ autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e387e3de20c4f9c5,start X-Google-Attributes: gid103376,public From: "Matthew Lawrence" Subject: Help? Date: 1999/11/21 Message-ID: <38382bef.0@silver.truman.edu>#1/1 X-Deja-AN: 551426474 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Trace: news.more.net 943227405 150.243.160.9 (Sun, 21 Nov 1999 17:36:45 CST) X-MSMail-Priority: Normal NNTP-Posting-Date: Sun, 21 Nov 1999 17:36:45 CST Newsgroups: comp.lang.ada Date: 1999-11-21T00:00:00+00:00 List-Id: 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? 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