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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.19.164 with SMTP id g4mr21352876obe.42.1454307775725; Sun, 31 Jan 2016 22:22:55 -0800 (PST) X-Received: by 10.182.19.129 with SMTP id f1mr273020obe.20.1454307775662; Sun, 31 Jan 2016 22:22:55 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!o2no901461iga.0!news-out.google.com!l1ni3291igd.0!nntp.google.com!ks5no83562igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 31 Jan 2016 22:22:55 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.243.252.139; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 82.243.252.139 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <334e0b7a-114c-4bdd-a511-506479f8e572@googlegroups.com> Subject: Re: Out_File , excess line From: comicfanzine@gmail.com Injection-Date: Mon, 01 Feb 2016 06:22:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29310 Date: 2016-01-31T22:22:55-08:00 List-Id: With Dimitry's method , there is no more the excess line . However , there is neither no control for handling text by Unbounded_Strings . Maybe it can be solved by a type conversion betwen : Stream_Element <--> Unbounded_String . It can't be done with Explicit type conversion . How to do this ? Is there another method ?