I have a text file created and added to in c#. I want to know how I can than get that information and store aech line of the text document in separate strings.
You could try reading all the info from the file via http://msdn.microsoft.com/en-us/library/vstudio/ezwyzy7b.aspx into an ArrayList.