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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4c3f68493d9d2340 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q77g2000hsh.googlegroups.com!not-for-mail From: kug1977@web.de Newsgroups: comp.lang.ada Subject: Re: Create a procedure with multiple arguments ... Date: Mon, 7 Jan 2008 13:09:52 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 195.4.216.162 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1199740192 7873 127.0.0.1 (7 Jan 2008 21:09:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 7 Jan 2008 21:09:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q77g2000hsh.googlegroups.com; posting-host=195.4.216.162; posting-account=3ciIaAoAAAA6pCfildcdAcuc3UQuirtL User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19261 Date: 2008-01-07T13:09:52-08:00 List-Id: > > The short answer is "you can't". > > You can declare several overloaded procedures, each with different > arguments. > > -- > -- Stephe I was suspecting an answer like this. 'think is better so, because it make the language clean and definite. Overloading is a good idea. Thanks for help ...