in reply to Tabulating Data Across Multiple Large Files

It would help if you posted some snippets of the code.

General advice:
Don't use splice unless you have to, it's quite expensive. (perhaps you could just make that array element empty)
  • Comment on Re: Tabulating Data Across Multiple Large Files