Hello Aldo,

Wednesday, March 08, 2000, you wrote:

AC>     sub Remove_Click {
AC>         foreach $i (
AC>             sort { $b <=> $a }
AC>             $List2->SelectedItems()
AC>         ) {
AC>             $List2->RemoveItem($i);
AC>             print "Chosen $i,";
AC>         }
AC>         print "\n";
AC>         return 1;
AC>     }

AC> I'll fix SelectedItems() to return items already sorted
AC> in descending order, so there'll be no confusion :-)

may be there is reason to fix ->RemoveItem to support list of items to
remove ? :)

Best regards,
 Max                            mailto:[EMAIL PROTECTED]



Reply via email to