I have a list of test which I want to place into an array. How would I take text from a file, line by line, and then place each line into its own array element? Something like this:
Bob Hall
Cliff Jackson
Casey Waters
myArray[0] = Bob Hall, myArray[1] = Cliff Jackson, myArray[2] = Casey Waters