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-06 09:26:22 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!rutgers!dziuxsolim.rutgers.edu!uunet!bloom-beacon.mit.edu!gatech!swrinde!news.uh.edu!uuneo.neosoft.com!Starbase.NeoSoft.COM!not-for-mail From: dweller@Starbase.NeoSoft.COM (David Weller) Newsgroups: comp.lang.ada Subject: Re: Opening a File for Appending Date: 6 Jan 1995 11:26:22 -0600 Organization: NeoSoft Internet Services +1 713 684 5969 Message-ID: <3ejufu$g56@Starbase.NeoSoft.COM> References: <847@trident.datasys.swri.edu> NNTP-Posting-Host: starbase.neosoft.com Date: 1995-01-06T11:26:22-06:00 List-Id: 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. > Um, in Ada95, one of the file modes is Append_File (for any of Text, Sequential, Wide, and Stream_IO files). Appending a file in Ada83 is OS dependent (unless the POSIX binding supports this -- I'm not sure). -- Frustrated with C/C++, Pascal, Fortran? Ada95 _might_ be for you! For all sorts of interesting Ada95 tidbits, run the command: "finger dweller@starbase.neosoft.com | more" (or e-mail with "finger" as subj.)