Hello!

Ok I was wondering what would be the best way to read a group of files and grab the 16th line from each? This is what I'm trying to do

I let the user pick the directory where the files are located and put the location in a var. I then get all the files names of a certain type
from the location. The 16th line of each file is what I want, it is a comma delimited line which I would like to split up either later on or
right then. So the question is do I do this all in one shot or is there a better way of looking at this?


Thanks for your help!

Stevish