in reply to Re: screen out an untained array from a special array
in thread screen out an untained array from a special array

Oh, what a nice solution. Thanks.
But if the output is the single digit series, it might be printed together. Say the input is: 1 9:2 21:10, 22:30, the outpout is: 031 (instead of 0, 31). Anyway, it's not a big deal.
  • Comment on Re^2: screen out an untained array from a special array

Replies are listed 'Best First'.
Re^3: screen out an untained array from a special array
by hbm (Hermit) on Feb 08, 2009 at 16:32 UTC

    I'm not sure if you were replying to me, but my updated solution using vec converts "1 9:2 21:10 22:30" to "0 31".