I would like to create an array from a text file that uses each element from the array to perform some action.
I have the actions working, but I have to either enter the next item manually or create copies. My idea is to create a seperate text file with all of the items, then read the file into an array etc.
I need help with the array creation and how to place the current code.