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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cc9d51d301f523ef,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-14 07:26:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!snoopy.risq.qc.ca!wesley.videotron.net!weber.videotron.net.POSTED!not-for-mail From: "Eric Robert" Newsgroups: comp.lang.ada Subject: Newbee question X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Sat, 14 Dec 2002 10:16:12 -0500 NNTP-Posting-Host: 66.130.67.5 X-Complaints-To: abuse@videotron.ca X-Trace: weber.videotron.net 1039879567 66.130.67.5 (Sat, 14 Dec 2002 10:26:07 EST) NNTP-Posting-Date: Sat, 14 Dec 2002 10:26:07 EST Xref: archiver1.google.com comp.lang.ada:31812 Date: 2002-12-14T10:16:12-05:00 List-Id: Hi, I'm new to Ada (2nd day almost) and I'm trying to save an array of record in a file. So far so goood. I save an integer first to know how many items they are in the array. But how can I possibly read it back? I don't know the size of the array yet. It seems to me that I need to use unconstrained arrays. If so, I can't get the syntax right or a proper example explaining how to enlarge the array... Thanks!! Eric Robert