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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.16.233 with SMTP id h69mr43255774yhh.54.1433358429722; Wed, 03 Jun 2015 12:07:09 -0700 (PDT) X-Received: by 10.140.109.247 with SMTP id l110mr88240qgf.8.1433358429682; Wed, 03 Jun 2015 12:07:09 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!z60no126738qgd.1!news-out.google.com!4ni175qgh.1!nntp.google.com!z60no126734qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 3 Jun 2015 12:07:09 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.99.95.161; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 83.99.95.161 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0b23f4af-9a55-4d1d-be90-f74b316a95cf@googlegroups.com> Subject: Re: How to get this space away? From: Laurent Injection-Date: Wed, 03 Jun 2015 19:07:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:193470 Date: 2015-06-03T12:07:09-07:00 List-Id: On Wednesday, June 3, 2015 at 12:28:34 AM UTC+2, Jeffrey R. Carter wrote: >'Image always adds a leading space > for a non-negative value. Nobody seems to like it, but the ARG won't change it. Does the ARG give a reason for not wanting to change it? Does that mean that in the case of a negative value you have to add it yourself? Doesn't really make sense. > You can get rid of the space yourself, Hm no. Then I don't need to write a program. I could then as well murdoch the file from the analyzer's pc and toy around with it. But then I don't need to spend time trying to learn/understand programming. > or you could use something like > PragmARC.Images that gives you control over width, base, and zero filling. > > The PragmAda Reusable Components are available from > > https://pragmada.x10hosting.com/pragmarc.htm Thanks. I have downloaded it. Will take a look at it when time permits. Laurent