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,866f55656f224cc8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-16 08:14:20 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Question from newbie Date: Mon, 16 Feb 2004 16:14:19 +0000 (UTC) Organization: PVV Message-ID: References: <40302ec4$1_2@news.tm.net.my> NNTP-Posting-Host: k-083152.nt.ntnu.no X-Trace: tyfon.itea.ntnu.no 1076948059 21525 129.241.83.152 (16 Feb 2004 16:14:19 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Mon, 16 Feb 2004 16:14:19 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:5601 Date: 2004-02-16T16:14:19+00:00 List-Id: On 2004-02-16, Jacob Sparre Andersen wrote: > Preben Randhol wrote: > >> 2. Why do you do this: type Str is array (Index) of Char; > > Isn't that very useful, if you only want the letters allowed by the > type Char? Of course it depends what you really try to do, but to me it sound very Cish. I would have used a string. -- "Saving keystrokes is the job of the text editor, not the programming language."