I want to add something to a string from a text document

edited June 2014 in How To...

So what I want to do is say I have this code

string[] Noun = { "noun1", "noun2", "noun3", "noun4", "noun5", "noun5" };

How would I make it read each noun from an editable text document in the same folder?

Sign In or Register to comment.