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-Thread: 103376,b4d97e72cfb44d68 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone-sf.pbi.net!151.164.30.34!cyclone.swbell.net!bos-service1.raytheon.com!dfw-service2.ext.ray.com.POSTED!53ab2750!not-for-mail From: Mark H Johnson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: List Sorting References: <9RqOc.29970$Vp1.466542@weber.videotron.net> <2muvqoFrt7o7U1@uni-berlin.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Fri, 30 Jul 2004 15:06:07 -0500 NNTP-Posting-Host: 192.27.48.39 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.ray.com 1091217967 192.27.48.39 (Fri, 30 Jul 2004 15:06:07 CDT) NNTP-Posting-Date: Fri, 30 Jul 2004 15:06:07 CDT Organization: Raytheon Company Xref: g2news1.google.com comp.lang.ada:2466 Date: 2004-07-30T15:06:07-05:00 List-Id: Papa Hemingway wrote: >>"Papa Hemingway" wrote: >> >>> [snip - apparent request for homework help] >>> [though I could be wrong...] >>It's in your textbook under "Lists, Insertion Into". >> > Has someone recently forced you to wear a woman's underwear over your head? > You may find that some readers of comp.lang.ada expect students to do this kind of research on their own. Rude replies such as the one above is not likely going to get you further help as well. An apology to Marc may be helpful. But since this appears to be a first time inquiry, I'll provide you a hint. For example, a quick search using google: ada source code list insertion or ada source code insertion sort would find sites such as: http://www.diversedev.com/misc.php which has a variety of source code programs in Ada (and in this case, other languages) which include some code (or design for code) that you can adapt for your use. --Mark