09-19-2012, 03:43 PM
To get the second line you would do something like this:
[code2=vbnet]Dim secondLineText As String = textbox.Text.Split(vbNewLine)(2)[/code2]
Hopefully this helps!
[code2=vbnet]Dim secondLineText As String = textbox.Text.Split(vbNewLine)(2)[/code2]
Hopefully this helps!