Say I make a database of Team names in a text file, each one is on a new line. How would I read this file, and load each into an element of an array of type string?

I know how to open files, but I just don't know how to seek to the next line. I read the tutorial on this page but it just covers input of 1 string..

Any help would be appreciated.