On Wed, Oct 29, 2008 at 8:12 AM, Rod <[EMAIL PROTECTED]> wrote:

> Having said that, I came up with the same sol'n Rob did.

And I was not fully awake... the simplest probably is to do
  lookup autoadd before trackcount
and then pick the ones with small enough counter. It does not require
to sort, but you could do afterwards if you need it.

Inspired by your joincont, I would say "join keylength" might be neat
too. If you stick a unique separator in, you can then chop after the
right number of fields and break it up again.

-Rob

Reply via email to