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: a07f3367d7,6e64435d2a7280f2 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!news.tornevall.net!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line.Argument_Count question Date: Wed, 16 Sep 2009 03:41:30 -0700 Organization: TornevallNET - http://news.tornevall.net Message-ID: References: <4ab00009$0$282$14726298@news.sunsite.dk> NNTP-Posting-Host: 4e04099e8c215979058f9d709fde73a1 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Trace: 3072ee93edede22d80ebcc5166be858a X-Complaints-To: abuse@tornevall.net X-Complaints-Language: Spoken language is english or swedish - NOT ITALIAN, FRENCH, GERMAN OR ANY OTHER LANGUAGE! In-Reply-To: <4ab00009$0$282$14726298@news.sunsite.dk> X-Validate-Post: http://news.tornevall.net/validate.php?trace=3072ee93edede22d80ebcc5166be858a X-SpeedUI: 1738 X-Complaints-Italiano: Parlo la lingua non � italiano User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) X-Posting-User: 9b22bfe2855937f9b3faeec7cfc91295 Xref: g2news2.google.com comp.lang.ada:8346 Date: 2009-09-16T03:41:30-07:00 List-Id: Thomas L�cke wrote: > > I'm wondering what that last sentence mean? Is the RM trying to tell me > that Argument_Count cannot be trusted to yield the same result on > different systems (Unix, BSD, Windows, Linux and so on)? Consider the argument list /a/b/c On some systems, this is 3 arguments: "a", "b", and "c". '/' is used to introduce an argument. On other systems, this is a single argument representing an absolute file path. '/' is the directory separator. On yet other systems, this might be interpreted in a completely different way. -- Jeff Carter "My dear Mrs. Hemoglobin, when I first saw you, I was so enamored with your beauty I ran to the basket, jumped in, went down to the city, and bought myself a wedding outfit." Never Give a Sucker an Even Break 111