Let's say I have the objects file1, file2, file3, ... up to file9.
I also have an array file_array[i] for i = 1 to 9 with a value assigned to each element.
How do I assign the array values to the corresponding objects with a for loop?