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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!news.mixmin.net!news2.arglkargh.de!news.karotte.org!uucp.gnuu.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: for S'Image use Func?? Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: Date: Thu, 6 May 2010 23:20:06 +0200 Message-ID: NNTP-Posting-Date: 06 May 2010 23:20:02 CEST NNTP-Posting-Host: e5964f56.newsspool1.arcor-online.net X-Trace: DXC=4Xcc;jfChHT5TOT9_N5i On Thu, 06 May 2010 22:56:51 +0200, Yannick Duch�ne (Hibou57) wrote: > Le Thu, 06 May 2010 22:19:15 +0200, Robert A Duff > a �crit: > >> The leading blank produced by T'Image is indeed annoying! >> What were they thinking?! Never mind, that's been discussed >> to death. It's not a huge problem, but it's one of the >> first things new Ada programmers notice, and it's a real >> turn-off. >> > I'm sometime lazy too, so I did not check the reference about it, however, > I can say today I used 'Image on a "mod type", and there was no heading > blank, while that's true I have one with with kinds of Integer or Natural. Not always. Blank is actually '+'. Integer'Image (-1) is "-1", no blanks. Integer'Image (1) is " 1". (In almost unlikely case if you printed integers in columns and these integers were of same length, you would get columns aligned! (:-)) > What there were thinking about ? punched cards? (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de