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,518cf21a40c72d02 X-Google-Attributes: gid103376,public From: matthew_heaney@acm.org (Matthew Heaney) Subject: Re: File pointers Date: 1998/04/16 Message-ID: #1/1 X-Deja-AN: 344701027 Content-Transfer-Encoding: 8bit References: Content-Type: text/plain; charset=ISO-8859-1 Organization: Network Intensive Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-04-16T00:00:00+00:00 List-Id: In article , SiliconJesus wrote: >I was wondering if there is any command that will reset the pointer of the >file to the head of the file, I was trying to read in data of sizes >10,50,100,500,1000 from a data file size 1000, I ended up reading in the >1000 and just sending in bits of the array to my procedures, the text I >have Ada95 by Feldman is very weak in talking about files, so any on-line >references would be greatly appreciated. The procedure Reset moves the file pointer back to the beginning of the file.