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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5272f2ce638e3a38 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-07 14:23:57 PST Newsgroups: comp.lang.ada Path: nntp.gmd.de!newsserver.jvnc.net!news.cac.psu.edu!news.pop.psu.edu!hudson.lm.com!nntp.club.cc.cmu.edu!news.sei.cmu.edu!ajpo.sei.cmu.edu!riehler From: riehler@ajpo.sei.cmu.edu (Richard Riehle) Subject: Re: Opening a File for Appending Message-ID: <1995Jan7.172357.17088@sei.cmu.edu> Sender: netnews@sei.cmu.edu (Netnews) Organization: adaworks@netcom.com References: <847@trident.datasys.swri.edu> <3ejufu$g56@Starbase.NeoSoft.COM> Date: Sat, 7 Jan 1995 17:23:57 EST Date: 1995-01-07T17:23:57-05:00 List-Id: In a>In article <847@trident.datasys.swri.edu>, >Thomas Albrecht wrote: >>Does anyone know how to open a text file for appending. I have >>checked the Ada Manual in both Ch. 14 (Input/Output) and Ch.13 >>(system-dependent features) and have been unable to locate it. >>Thanks in advance for you help. >> > Thomas - The good people at Alsys have provided a parameter for the formal argument, FORM, in the Text_IO.OPEN procedure that enables opening a file in APPEND mode. My VADS compiler manual does not indicate how to do this, but I may have an out-of-date VADS manual. In Ada 83/87 this is implementation-dependent. Thank you to designers of the new Ada standard for including an append capability in Ada. Richard Riehle email: adaworks@netcom.com