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-Thread: 103376,1f78990666319a12 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail From: mieville@mac.com Newsgroups: comp.lang.ada Subject: range in ascii Date: 22 Mar 2005 07:26:37 -0800 Organization: http://groups.google.com Message-ID: <1111505197.604268.101910@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: 213.3.18.147 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1111505201 6448 127.0.0.1 (22 Mar 2005 15:26:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Mar 2005 15:26:41 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=213.3.18.147; posting-account=TiY6Yg0AAAASQiwqwF9DP5QCjxuqoOQw Xref: g2news1.google.com comp.lang.ada:9735 Date: 2005-03-22T07:26:37-08:00 List-Id: Hi all, thanks for the message regarding packages, indeed this was the problem. Now I have another questions, I am reading from ada a .txt file and counting the letters/word. But counting the letters I have declared my subtype letters is Character range 'a' .. 'z', but I also want to count upper case letters and other ASCII char. How should I declare my range of char. Thanks for this help and apologies if my questions seems simple, easy or obvious but I am starting w/ada. Best, Sib