Could anybody please tell me how I would write a program to read multiple files to arrays? The filenames are aranged in order, for example, file_0.txt, file_1.txt, file_2.txt etc. I would like to be able to type "file" into the program and have it read all of the files named "file". Any help would be greatly appreciated.