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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,782af4edeb84c4b7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: basic basic ada question Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1161268231.345231.242170@m73g2000cwd.googlegroups.com> <4537bc65_1@newsfeed.slurp.net> Date: Fri, 20 Oct 2006 09:53:32 +0200 Message-ID: NNTP-Posting-Date: 20 Oct 2006 09:53:32 CEST NNTP-Posting-Host: 35425198.newsspool1.arcor-online.net X-Trace: DXC=oK<6\5kWFm1RLigj];iP=8ic==]BZ:af>4Fo<]lROoR1^YC2XCjHcb9GYX3fBd>A40DNcfSJ;bb[5FCTGGVUmh?4N\HXHJ4e80>14X^=N9V?g9 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:7062 Date: 2006-10-20T09:53:32+02:00 List-Id: On Thu, 19 Oct 2006 17:30:59 -0400, James Alan Farrell wrote: > I don't think it is possible to have different length strings holding > the arrays without using accesses and dynamic allocations (someone > correct me if I'm wrong). It is unclear why somebody would need an array of arguments, because Ada.Command_Line.Argument already is an "array." There is no syntax difference between arrays and functions of single argument. Looking at Argument (I) you cannot tell if Argument is an array or not. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de