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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,51890d5f6003bad4,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!news.zanker.org!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: "Rick Santa-Cruz" Newsgroups: comp.lang.ada Subject: Integer'Class Date: Tue, 5 Oct 2004 02:10:55 +0200 Organization: T-Online Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1096935057 04 28103 ZtJmX1vrZcv7avn 041005 00:10:57 X-Complaints-To: usenet-abuse@t-online.de X-ID: VrvPp+Zlge4dLWPfdzIzrrPVcN+-xPc4nvMFwlW72xlvYA-gtr3ik3 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:4686 Date: 2004-10-05T02:10:55+02:00 List-Id: Hi, sorry for so many questions.... maybe that's easy to answer, but I don't find any senseful answer to that: Why can't I use: Integer'Class, but I can derive a new class from Integer in writing: type New_Int is new Integer range 1..100; Isn't this unlogical? Or have I missunderstand something completly? Thanks tons, A becoming desperated Rick