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,3bcd1f427235dca8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!news.cs.univ-paris8.fr!news.zanker.org!dedekind.zen.co.uk!hamilton.zen.co.uk!zen.net.uk!demorgan.zen.co.uk!194.72.9.35.MISMATCH!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: expect procedure name in procedure call(newbie) Date: Wed, 29 Dec 2004 12:34:35 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1104316623.493536.111460@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: host81-152-56-142.range81-152.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sparta.btinternet.com 1104323675 8641 81.152.56.142 (29 Dec 2004 12:34:35 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 29 Dec 2004 12:34:35 +0000 (UTC) In-Reply-To: X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) Xref: g2news1.google.com comp.lang.ada:7288 Date: 2004-12-29T12:34:35+00:00 List-Id: Martin Dowie wrote: > In Ada you don't need to play around with memory > allocation/reallocation/deallocation as much in other lower level > languages. If you know in advance the maximum number you are going to > have then you could use a discriminated array, e.g. Typo - that should be a "discriminated record".