"Mathias Mattsson" <mathias_m@bredband.net> schrieb:
>I have a textbox that is multiline, it is easy to push an StringArray to
>the textbox and each element in the array is placed on each line, but is
>there an easy way to get each textbox row placed in each element in a
>StringArray?
\\\
Dim Lines() As String = Me.TextBox1.Lines
///

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>