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-7-bit X-Google-Thread: 103376,71c7addfc8ec82f6 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: Command Line arguments Date: 2000/05/29 Message-ID: <39322C67.C6D9489F@maths.unine.ch>#1/1 X-Deja-AN: 628526850 Content-Transfer-Encoding: 7bit References: <393124B8.846F51E7@mad.servicom.es> To: diazjimenez@ctv.es X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: 29 May 2000 10:38:00 +0100, mac13-32.unine.ch Organization: Maths - Uni =?iso-8859-1?Q?Neuch=E2tel?= MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-05-29T00:00:00+00:00 List-Id: Pedro Diaz Jimenez: a is a fixed-size string (of length 100)! Instead of a := Argument( 2 ); put_Line( a ); Try e.g. declare a2: String:= Argument( 2 ); begin put_Line( a2 ); end; HTH ______________________________________________________ Gautier -- http://members.xoom.com/gdemont/gsoft.htm