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,87a926dbf0cf8cb1 X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch Subject: Re: newbie problem Date: 1998/12/04 Message-ID: #1/1 X-Deja-AN: 418673468 References: <3667EE11.6E94BA0F@interact.net.au> Organization: University of Neuchatel, Switzerland Newsgroups: comp.lang.ada Date: 1998-12-04T00:00:00+00:00 List-Id: > help_me_please : String(1..20); s : String(1..100); l : natural; begin Get_Line(s,l); Put_Line("String is [" & s(1..l) & ']'); end; -- Gautier