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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,f391a16b66b79f94 X-Google-Attributes: gid103376,public From: gisle@apal.ii.uib.no (Gisle S�lensminde) Subject: Re: raised CONSTRAINT_ERROR Date: 2000/07/24 Message-ID: #1/1 X-Deja-AN: 650109675 Content-Transfer-Encoding: 8bit References: <86lmytp5i0.fsf@book.mteege.de> Organization: University of Bergen, Norway Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-07-24T00:00:00+00:00 List-Id: In article , Gisle S�lensminde wrote: >In article <86lmytp5i0.fsf@book.mteege.de>, Matthias Teege wrote: >> >>Moin, >> > >declare > Arg : String := Ada.Command_Line.Argument_Count; >begin > put_line(Arg); >end; > This is of cause wrong, it should have been: declare Arg : String := Ada.Command_Line.Argument(I); begin put_line(Arg); end; -- Gisle S�lensminde ( gisle@ii.uib.no ) With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. (RFC 1925)