Hi ho!

Anyone know of a quick way, besides writing a supporting .dll in c, to parse tokens out of a string delimited by an arbitrary number of tabs and spaces?

My function uses a few replace()-functions and a split()-function to get the tokens in to an array, but when there's something like 35 000 lines in a file, the wait gets a tad boresome for the user..