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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,32141a0adc9d34f9 X-Google-Attributes: gid103376,public From: dale@cs.rmit.edu.au (Dale Stanbrough) Subject: Re: How to redirect std.-output to a textfile? Date: 1999/05/21 Message-ID: #1/1 X-Deja-AN: 480494593 References: <37453F4F.53BA2EC8@minet.uni-jena.de> X-Complaints-To: abuse@cs.rmit.edu.au X-Trace: emu.cs.rmit.edu.au 927287907 21219 131.170.66.220 (21 May 1999 11:58:27 GMT) Organization: RMIT NNTP-Posting-Date: 21 May 1999 11:58:27 GMT Newsgroups: comp.lang.ada Date: 1999-05-21T11:58:27+00:00 List-Id: Andreas Hoffmann wrote: "How can i redirect the standard-output to a textfile. I can't use put(myfile,something)" Ada.Text_IO.Set_Output (myfile); Dale