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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a1458d1793850de4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-16 22:59:47 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-stoc.telia.net!news-stoa.telia.net!telia.net!nntp.inet.fi!central.inet.fi!inet.fi!read3.inet.fi.POSTED!53ab2750!not-for-mail From: "Anders Wirzenius" Newsgroups: comp.lang.ada References: <9cHjb.3520$s93.924@newsread3.news.pas.earthlink.net> Subject: Re: Interger_io get and Text_io.Get_line MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Fri, 17 Oct 2003 05:59:46 GMT NNTP-Posting-Host: 194.251.142.2 X-Complaints-To: abuse@inet.fi X-Trace: read3.inet.fi 1066370386 194.251.142.2 (Fri, 17 Oct 2003 08:59:46 EEST) NNTP-Posting-Date: Fri, 17 Oct 2003 08:59:46 EEST Organization: Sonera corp Internet services Xref: archiver1.google.com comp.lang.ada:1053 Date: 2003-10-17T05:59:46+00:00 List-Id: "Anders Wirzenius" wrote in message news:lPKjb.15$uW6.1@read3.inet.fi... > CheGueVerra wrote: > > > > > subType MyString is string(10..20); > > > TstStr : MyString; > Note that the code now works with also > > subtype MyString is string(47..57); -- btw, 11 characters, not 10 > ... Sorry, cla I had still in mind the OP line: subType MyString is string(1..10); Anders