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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9def0a9c238c7bd8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-15 14:01:26 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!l1-hrz.uni-duisburg.de!sb463ba From: sb463ba@l1-hrz.uni-duisburg.de (Georg Bauhaus) Newsgroups: comp.lang.ada Subject: Re: Ada 0x Wish List Date: Thu, 15 Feb 2001 22:01:26 +0000 (UTC) Organization: GMUGHDU Message-ID: <96hjjl$e1f$2@a1-hrz.uni-duisburg.de> References: <3A87F362.3B2F6CEE@bton.ac.uk> <7Uti6.95954$Ch.16402642@newsrump.sjc.telocity.net> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 982274486 14383 134.91.4.34 (15 Feb 2001 22:01:26 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 15 Feb 2001 22:01:26 +0000 (UTC) X-Newsreader: TIN [version 1.2 PL2] Xref: supernews.google.com comp.lang.ada:5285 Date: 2001-02-15T22:01:26+00:00 List-Id: David C. Hoos, Sr. (david.c.hoos.sr@ada95.com) wrote: : Ada.Strings.Fixed.Trim (Integer'Image ()) : will do it without and leading spaces. The RM tells me that images of numbers start with a space or minus sign, and then there is the 'Width attribute so I can allocate a string big enough for every possible image... Does someone know some source of information that deals with the reasons for this choice for 'Image? Georg Bauhaus