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.140.195.207 with SMTP id q198mr1393035qha.12.1437553400176; Wed, 22 Jul 2015 01:23:20 -0700 (PDT) X-Received: by 10.140.47.68 with SMTP id l62mr17700qga.42.1437553400102; Wed, 22 Jul 2015 01:23:20 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!69no1195214qgl.1!news-out.google.com!b31ni328qge.0!nntp.google.com!z61no2558416qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 22 Jul 2015 01:23:19 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.154.216.94; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 194.154.216.94 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Question about the package "Strings_Edit" From: Laurent Injection-Date: Wed, 22 Jul 2015 08:23:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:26965 Date: 2015-07-22T01:23:19-07:00 List-Id: Hi I found the package Strings_Edit while trying to find a Trim function to get rid of the leading space of 'Img This package looks great. I saw in the comments that it should? have an image function that doesn't generate a leading space. But it looks like it is not implemented, so is this package not finished or is it obsolete? Playing around with Gnoga: My_View.Put (Item.C2'Img); I didn't find an Put in Gnoga that accepts integers. So I have to convert C2 which is an integer, to string. Or I didn't search long enough. Thanks Laurent