List<string> Help</string>
-
Trying to Fill List string Items = new List string(); with textBox1.Text. Anyone help me out on how to do this, or point me to where I can Learn how? I want the code to read textBox1.Text until endofline add word to List then go to the next until the end.
-
Trying to Fill List string Items = new List string(); with textBox1.Text. Anyone help me out on how to do this, or point me to where I can Learn how? I want the code to read textBox1.Text until endofline add word to List then go to the next until the end.
You can use the split method on the string class to break the text in the textbox into lines, then you will have a string array to work with.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.