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-13 16:30:06 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!zamboni.dsnet.it!news-out.nuthinbutnews.com!news-in-austin.nuthinbutnews.com!feed2.newsfeeds.com!newsfeeds.com!news.hitter.net!news!news.crc.com!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Ada 0x Wish List Date: Tue, 13 Feb 2001 17:59:43 -0600 Organization: CRC: A wholly owned subsidiary of Thermo Electron Message-ID: <96choc$kh9$1@hobbes2.crc.com> References: <3A87F362.3B2F6CEE@bton.ac.uk> <3A89AFC9.A218FF2@mindspring.com> <3A89BFD2.29ABF02B@mindspring.com> NNTP-Posting-Host: 198.175.145.56 X-Trace: hobbes2.crc.com 982108748 21033 198.175.145.56 (13 Feb 2001 23:59:08 GMT) X-Complaints-To: abuse@crc.com NNTP-Posting-Date: 13 Feb 2001 23:59:08 GMT X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: supernews.google.com comp.lang.ada:5244 Date: 2001-02-13T23:59:08+00:00 List-Id: Not only is a trim function a piece of cake -- its defined by the language!! e.g., Ada.Strings.Fixed.Trim "Larry Hazel" wrote in message news:3A89BFD2.29ABF02B@mindspring.com... > > > Fraser Wilson wrote: > > > > In article <3A89AFC9.A218FF2@mindspring.com>, > > Larry Hazel wrote: > > > > >A Trim function is a piece of cake. > > > > Well, I know, but don't you think that the function I should be > > writing is the one that adds a space when I want it? Indeed, > > it wouldn't even be a function. > > > > Sticking space on the front of the images of positive integers > > feels arbitrary. > > > > Fraser. > > (obviously, this is not a big deal, just something that irritates me) > > It's bothered me some in the past also, but I never considered it a big deal > either. I think it was defined that way for symmetry since negative numbers. A > place for the sign.