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.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a046ce7f5ee1fa51,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-01 21:50:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news1.optus.net.au!optus!vrn.edu.au!fang.dsto.defence.gov.au!not-for-mail From: "Vlad" Newsgroups: comp.lang.ada Subject: new_line in a put_line Date: Mon, 2 Dec 2002 16:06:58 +1030 Organization: Defence Science and Technology Organisation Message-ID: NNTP-Posting-Host: n38-221.dsto.defence.gov.au X-Trace: fang.dsto.defence.gov.au 1038807531 20433 131.185.38.221 (2 Dec 2002 05:38:51 GMT) X-Complaints-To: postmaster@dsto.defence.gov.au NNTP-Posting-Date: 2 Dec 2002 05:38:51 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Xref: archiver1.google.com comp.lang.ada:31333 Date: 2002-12-02T05:38:51+00:00 List-Id: Hi all, Is there a way of prepending a new_line to a put_line. The reason I need this is that I have multiple tasks outputing to a\ single file. Some of them use Text_IO.Put rather then Text_IO.Put_Line. And because of this, some of these outputs get written on the same line as my outputs. TIA -- Vladimir Bednikov