From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 26 Jul 93 23:24:59 GMT From: agate!spool.mu.edu!olivea!koriel!lll-winken.llnl.gov!iggy.GW.Vitalink.COM !wetware!spunky.RedBrick.COM!psinntp!snoopy.sra.com!snoopy.sra.com!news%snoopy. sra.com@ucbvax.Berkeley.EDU (Jim Wolfe) Subject: SunAda Text_Io problem Message-ID: <231p4b$spj@snoopy.sra.com> List-Id: ? I have a problem with Text_Io on the Sun Ada compiler. The scenario is something like this. 1) Create a file 2) Write 10 lines. 3) Close the file 4) Open the file for read and read 10 lines. 5) Delete the file 6) Create another file (same name). 7) Write >5< lines. 8) Close the file. 9) Open the file for read and read >10< lines! In other words, somehow the new end of file is not being written or not be recognized. Any suggesstions? Jim Wolfe wolfj@snoopy.sra.com