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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ca20ac98709f9b4a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!59g2000hsb.googlegroups.com!not-for-mail From: jedivaughn Newsgroups: comp.lang.ada Subject: Re: Array of Strings Date: Sun, 28 Sep 2008 10:08:50 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <0e021c61-535a-4935-95ad-2a241fa7302f@e53g2000hsa.googlegroups.com> <2VaCk.356477$yE1.321489@attbi_s21> <5a8cb0df-b16a-45d0-a03e-146ebea83e4d@d77g2000hsb.googlegroups.com> <0faf40a8-aac2-42ed-a536-1cc5a9c5d819@8g2000hse.googlegroups.com> NNTP-Posting-Host: 69.89.188.29 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1222621730 22074 127.0.0.1 (28 Sep 2008 17:08:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 28 Sep 2008 17:08:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 59g2000hsb.googlegroups.com; posting-host=69.89.188.29; posting-account=X-qixgoAAABoVi_eyPVjiIWnxAlQQdU1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2120 Date: 2008-09-28T10:08:50-07:00 List-Id: where would I code "with function ">"(left, right : Element_Type) return Boolean is <>; " I assume in the generic part of the .ads file. do I have to change the lines package list is new final (element_type=>str25, range_array => str_range); package list2 is new final (element_type => integer, range_array => int_range); Thank for all the help, John Morman