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