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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5117b1b6391a0e06 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: A simple ADA puzzle (I haven't the answer) Date: Wed, 16 Jun 2004 19:18:12 +0200 Organization: AdaCL Message-ID: <14128336.jbdz6aYDds@linux1.krischik.com> References: <4x_zc.40702$G%.32360@tornado.fastwebnet.it> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1087450287 00 19894 fV+SX4LvazN6GeO 040617 05:31:27 X-Complaints-To: usenet-abuse@t-online.de X-ID: busuv4ZAYenkBbNM-3pQAMd7c3e-oR0nV2vtULvaVRGb58Grw1gcZP User-Agent: KNode/0.7.7 Xref: g2news1.google.com comp.lang.ada:1602 Date: 2004-06-16T19:18:12+02:00 List-Id: Frank J. Lhota wrote: > "Abby" wrote in message > news:4x_zc.40702$G%.32360@tornado.fastwebnet.it... > is completely out of the question. But wait! It gets worse: an > unconstrained object of type RET_TYPE must have enough space for > INTEGER'LAST unconstrained objects of type RET2_TYPE. Even more worse: He used Integer not Natural or Positive. The array can go from Integer'First .. Integer'Last. On a 32 bit system -2147483647 .. 2147483648. Who needs a String that size? With Regards MArtin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com