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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,672b169dc220673a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.234.38 with SMTP id ub6mr11211099pbc.2.1337286458840; Thu, 17 May 2012 13:27:38 -0700 (PDT) Path: pr3ni10441pbb.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!gegeweb.org!feeder.news.orange.fr!not-for-mail Date: Thu, 17 May 2012 22:26:12 +0200 From: Pascal Obry Organization: Home - http://www.obry.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22 Mnenhy/0.7.5.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Vector (container) initialization: the schizophrenic ampersand References: <10616734.43.1337286031745.JavaMail.geo-discussion-forums@vbjy7> In-Reply-To: <10616734.43.1337286031745.JavaMail.geo-discussion-forums@vbjy7> Message-ID: <4fb55ee4$0$21471$ba4acef3@reader.news.orange.fr> NNTP-Posting-Date: 17 May 2012 22:26:12 CEST NNTP-Posting-Host: 82.124.198.227 X-Trace: 1337286372 reader.news.orange.fr 21471 82.124.198.227:11974 X-Complaints-To: abuse@orange.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: 2012-05-17T22:26:12+02:00 List-Id: Le 17/05/2012 22:20, Marius Amado-Alves a �crit : > Shouldn't this be the right idiom to initialize a vector (container) with literals: > > use My_Vectors; > V : My_Vectors.Vector := Element1 & Element2 & Element3; Won't this works: V : My_Vectors.Vector := (Element1 & Element2) & Element3; ? -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net - http://v2p.fr.eu.org --| "The best way to travel is by means of imagination" --| --| gpg --keyserver keys.gnupg.net --recv-key F949BD3B