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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1a88733d85d5c55e X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Random Access File Reading Date: 1996/11/25 Message-ID: <3299B2CB.2D84@gsfc.nasa.gov>#1/1 X-Deja-AN: 198604525 references: <01bbd9fc$c1c63900$246700cf@msu-rm213> content-type: text/plain; charset=us-ascii organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA mime-version: 1.0 reply-to: Stephen.Leake@gsfc.nasa.gov newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (Win95; U) Date: 1996-11-25T00:00:00+00:00 List-Id: Kristopher L. Culin wrote: > > I am currently working on a program that involves imbedded records. I need > to write this record to a file and then be able to read it from the file > and display it on the screen. However, I cannot find out how to read from > the file randomly. > [snip] > Use Direct_IO, defined in both Ada 95 and Ada 83. -- - Stephe