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: a07f3367d7,9d2e7de2b6057996,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!q40g2000prh.googlegroups.com!not-for-mail From: Rick Newsgroups: comp.lang.ada Subject: Comparison Operators for Strings Date: Tue, 25 Aug 2009 18:03:35 -0700 (PDT) Organization: http://groups.google.com Message-ID: <59ccf9ff-86ea-4179-8be3-a7f99218eeb5@q40g2000prh.googlegroups.com> NNTP-Posting-Host: 123.3.150.241 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1251248615 23349 127.0.0.1 (26 Aug 2009 01:03:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 26 Aug 2009 01:03:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q40g2000prh.googlegroups.com; posting-host=123.3.150.241; posting-account=q18aiAoAAADbiIPIlD5R8oYVGhuoBvVA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7977 Date: 2009-08-25T18:03:35-07:00 List-Id: How do the comparison operators for Strings (Fixed-length, Unbounded, whatever) actually work? I am using Unbounded_String at the moment and in the LRM I find: 83 Each of the functions "=", "<", ">", "<=", and ">=" returns the same result as the corresponding String operation applied to the String values given or represented by Left and Right. I have checked LRM 2.6, 3.6.3, and A.4 to A.4.8 and I cannot find a result for a corresponding String operation. Where should I be looking? -------------------------------------------- Rick Duley North Perth, Western Australia http://rickduley.webs.com --------------------------------------------