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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a7c3a94f09fe8fda X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ada question Date: Fri, 01 Apr 2011 07:16:20 +0100 Organization: A noiseless patient Spider Message-ID: References: <828611a2-09fb-49db-8de1-2bcbe6c875e7@z3g2000prz.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx01.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="5648"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+97yndtWo5PAOo7FmqnwKCHNaG66TSBOQ=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:PwYlKETo3MvxqEWkVMGPQZMZD7c= sha1:LW51dyvut4QZTAxDsImGD4trmFY= Xref: g2news2.google.com comp.lang.ada:19618 Date: 2011-04-01T07:16:20+01:00 List-Id: Robin writes: > how can you output an integer in ada without trailing new lines? it is > kinda hard to figure out. HEy thanks and fix probs. Use Put rather than Put_Line, perhaps? We could help better if you showed us what you've tried so far.