Associate
- Joined
- 6 Dec 2007
- Posts
- 2,103
Hi all 
Basically having a 'mare trying to take the lines in my multiline textbox and insert each line into an element of an array of strings.
Any help would be greatly appreciated : )
I have tried things like Dim array() As String = textBox.Text.Split(vbCrLf) and am getting confuzzled.
Thanks!

Basically having a 'mare trying to take the lines in my multiline textbox and insert each line into an element of an array of strings.
Any help would be greatly appreciated : )
I have tried things like Dim array() As String = textBox.Text.Split(vbCrLf) and am getting confuzzled.
Thanks!