21-04-20, 04:13 PM
21-04-20, 04:21 PM
PHP كود :
Dim all As String = ""
For Each h As String In TextBox1.Text.Split(vbNewLine)
If h.Trim <> "" Then
all &= h & vbNewLine
End If
Next
TextBox1.Text = all
21-04-20, 04:36 PM
(21-04-20, 04:21 PM)سعود كتب : [ -> ]PHP كود :
Dim all As String = ""
For Each h As String In TextBox1.Text.Split(vbNewLine)
If h.Trim <> "" Then
all &= h & vbNewLine
End If
Next
TextBox1.Text = all
ربنا يبارك لك في عمرك