moveFromTo: function (from, to)
{
local l, i;
l := from.contents;
for (i := 1; i <= length(l); ++i)
{
l[i].moveInto(to);
}
}
Same concept as the other suggestions, except that I actually understand
it (sorta, kinda...).
Neil
(exiled to AOL once again)