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,7e81a70d49e1dad0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada From: Preben Randhol Subject: Re: Adding functions to generic package References: <429891d3$1@news.broadpark.no> <4298b608$1@news.broadpark.no> Organization: PVV User-Agent: slrn/0.9.8.1 (Debian) NNTP-Posting-Host: 65.80-202-208.nextgentel.com X-Original-NNTP-Posting-Host: 65.80-202-208.nextgentel.com Message-ID: <4298b687$1@news.broadpark.no> Date: 28 May 2005 20:20:55 +0200 X-Trace: news.broadpark.no 1117304455 65.80-202-208.nextgentel.com (28 May 2005 20:20:55 +0200) Path: g2news1.google.com!news3.google.com!news.glorb.com!feeder1.news.jippii.net!news.net.hanse.com!nntp.gblx.net!nntp3.phx1!news.broadpark.no Xref: g2news1.google.com comp.lang.ada:11197 Date: 2005-05-28T20:20:55+02:00 List-Id: On 2005-05-28, Preben Randhol wrote: > What Move does it to move element number 2 to number 4. for example. > list perhaps the user wants to rearrange the order and drags one element > to another place in the list (I'm not talking GUI-wise). Then I noticed Should be: (I'm now talking GUI-wise)... Preben