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,1c1a139977eee854 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-21 20:05:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Case statement and Integers. Date: 21 Apr 2002 20:05:57 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0204211905.16ee3dcb@posting.google.com> References: NNTP-Posting-Host: 205.232.38.244 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1019444757 26755 127.0.0.1 (22 Apr 2002 03:05:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 22 Apr 2002 03:05:57 GMT Xref: archiver1.google.com comp.lang.ada:22880 Date: 2002-04-22T03:05:57+00:00 List-Id: "Vadim Godunko" wrote in message news:... > case Numbers(J) is > when Numbers (J) in Numbers_Array_Element_Type'First .. Pivot - 1 => > swap ... > when Numbers (J) in Pivot + 1 .. Numbers_Array_Element_Type'Last => > swap ... > when others => > null; > end case; Please don't post junk code. If you are trying to be deliberately unhelpful, do it by email. If you really think that the above is correct, you are as seriously confused as the questioner :-) As always, I suggest that people actually compile any sample code they think of suggesting on CLA.