Hi,

I have text files that are formatted like the following:

"Title"
3403203, 3/15/10, "Rebate File", 12
30392.3, 4/10/09, "Kentucky", 23
392948.30, 1/12/07, "Water Waste", 15


I was wondering how to code a button that will get the title in the first line and set it as a variable and then create four arrays (one for each column: number, date, description, number). Thanks for the help! I will gladly rate your posts!