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-Thread: 103376,640b65cbfbab7216 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!193.252.118.146.MISMATCH!news.wanadoo.fr!news.wanadoo.fr!not-for-mail Message-ID: <47F76D31.2090009@obry.net> Date: Sat, 05 Apr 2008 14:14:41 +0200 From: Pascal Obry Organization: Home - http://www.obry.net User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 Newsgroups: comp.lang.ada To: Gautier Subject: Re: Ada.Strings.Bounded References: <47F26C46.3010607@obry.net> <44d88b93-6a90-4c18-8785-2164934ba700@a9g2000prl.googlegroups.com> <47F652F7.9050502@obry.net> <47f7028d$1_6@news.bluewin.ch> <47F749CB.30806@obry.net> <47f7644d_2@news.bluewin.ch> In-Reply-To: <47f7644d_2@news.bluewin.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Date: 05 Apr 2008 14:14:40 CEST NNTP-Posting-Host: 82.124.251.208 X-Trace: 1207397680 news.orange.fr 886 82.124.251.208:4332 X-Complaints-To: abuse@orange.fr Xref: g2news1.google.com comp.lang.ada:20837 Date: 2008-04-05T14:14:40+02:00 List-Id: Gautier, > function S (Source : Ada.Strings.Unbounded.Unbounded_String) return > String > renames Ada.Strings.Unbounded.To_String; > function U (Source : String) return > Ada.Strings.Unbounded.Unbounded_String > renames Ada.Strings.Unbounded.To_Unbounded_String; I'm doing the same with operator "+" and "-", but I'm not happy with that. You do not need the parenthesis with operators: external_packer: array(External) of Unbounded_String:= ( +"zip.exe", +"7z.exe", +"kzip.exe"); Better than nothing... Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595