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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,284617f48ce4b65a X-Google-Attributes: gid103376,public From: rodemann@mathematik.uni-ulm.de (Joerg Rodemann) Subject: Re: Beginner Need help ! Date: 1996/04/23 Message-ID: <4liepn$juq@rigel.rz.uni-ulm.de>#1/1 X-Deja-AN: 150967274 references: <317BA52A.18C4@gig.net> organization: University of Ulm, SAI, Germany newsgroups: comp.lang.ada Date: 1996-04-23T00:00:00+00:00 List-Id: Hello! Andr� (bbp_abar@gig.net) wrote: > Hello Ada programers, > A beginner need help ! > I want to write (in text mode) at the end of a file. > I tought using Text_IO.Open(...) with an existing file opened in > OUT_FILE mode, the result of the following code should append to > the file ... > But in fact, the original file is replaced with the new one ! Sure as is requested by the standard. Replace Out_File by Append_File and everthing should be ok. Greetings George