From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a05:620a:1533:: with SMTP id n19mr2997075qkk.261.1611036838403; Mon, 18 Jan 2021 22:13:58 -0800 (PST) X-Received: by 2002:a25:9242:: with SMTP id e2mr3034734ybo.405.1611036838138; Mon, 18 Jan 2021 22:13:58 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 18 Jan 2021 22:13:57 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:fe50:b8b7:a2c0:b33b:80b; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:fe50:b8b7:a2c0:b33b:80b References: <1cc09f04-98f2-4ef3-ac84-9a9ca5aa3fd5n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <62628d32-369e-4f6b-aa9c-00a4f14cd967n@googlegroups.com> Subject: Re: Lower bounds of Strings From: Gautier write-only address Injection-Date: Tue, 19 Jan 2021 06:13:58 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:61172 List-Id: On Friday, January 15, 2021 at 6:35:54 PM UTC+1, Stephen Davies wrote: > But then again, I also think that > the attribute Trim_Image should be added, and I know you disagree > with me on that too :-) Just use the Image function here: https://github.com/zertovitch/hac/blob/master/src/hal.ads#L161 ...and don't worry again anymore :-) There is also a user-friendly Image for floating-points, and both are used for the concatenation "&" operator in the same package, so usually you don't need to type " 'Trim_Image" or "Image" at all.