How can I make txt files and read them in VB2008? The text file does not just consist of one single line. But probably more than a single line.

How do I read the txt file and put each line in one variable.

For example, the txt file:
Code:
Jimmy
William
Steph
Stephen
Flo
And read it, putting each name in an array variable.
Thanks!