Convert Tab Delimited File to Array
May 18th, 2006
I wrote this way back when for ColdFusion, so it could probably use some improvement, but it seems to work fine. Feel free to use this in your work. Basically it takes a Tab Delimited File (that you could get, for example, from a CFFILE read) and converts it into an array.
