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,e2c3d890be813022 X-Google-Attributes: gid103376,public From: "Matthew Heaney" Subject: Re: A Text_IO fixes it? Date: 1999/12/21 Message-ID: <385fc031_3@news1.prserv.net>#1/1 X-Deja-AN: 563473310 Content-transfer-encoding: 7bit References: <83m49f$f9j$1@nnrp1.deja.com> Content-Type: text/plain; charset="US-ASCII" X-Complaints-To: abuse@prserv.net X-Trace: 21 Dec 1999 18:00:17 GMT, 129.37.62.236 Organization: Global Network Services - Remote Access Mail & News Services Mime-version: 1.0 Newsgroups: comp.lang.ada Date: 1999-12-21T00:00:00+00:00 List-Id: In article <83m49f$f9j$1@nnrp1.deja.com> , canada_bass@my-deja.com wrote: > I've been having a problem with accessing an > array of records. This array is declared in the > package body and is never changed inside the > package (not a constant but should be). When I > try to read one fields of a record (which is an > enumerated from another package) I get the > incorrect data(consistently). Post the smallest fragment of code that has the problem. Without code, we can't help you.