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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,49f7dd1bad1910ff X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-14 23:33:56 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newshub.sdsu.edu!cyclone.bc.net!news-in.mts.net!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail From: "CheGueVerra" Newsgroups: comp.lang.ada References: <8336eb21.0310131423.7410e1ec@posting.google.com> Subject: Re: Problems with Ada.Text_IO and strings. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Wed, 15 Oct 2003 02:25:21 -0400 NNTP-Posting-Host: 67.68.219.237 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1066199122 67.68.219.237 (Wed, 15 Oct 2003 02:25:22 EDT) NNTP-Posting-Date: Wed, 15 Oct 2003 02:25:22 EDT Organization: Bell Sympatico Xref: archiver1.google.com comp.lang.ada:881 Date: 2003-10-15T02:25:21-04:00 List-Id: It's still not clear for me how to make sure, that when I have a String let's say: S1 : String(1..10); How can I make sure that the String that I will receive and treat will be of length 10 or less.. I'm still a little n00b CheGueVerra