in reply to Re^2: how do I get the contents of different files pushed to an array?
in thread How do I get different files into an array

ww's solution is actually better than mine, the best way for you to do multiple files is to figure out a solution as to how you can create a list of files you need, wether it be all files in a dir or a pre-specified list. It sounds to me that your best bet is going to be to step back for a minute and think about how you can get a file list first. then parse each file with a for loop. Good Luck :)
  • Comment on Re^3: how do I get the contents of different files pushed to an array?