Bonsoir, tout est dans le titre et je ne sais pas comment faire:
voila mon début de code mais il fonctionne pas :
merciCode:
1
2
3
4 Dim tableau() As String For Each ligne As String In TextBox1.Text.Split(ControlChars.NewLine) tableau() = ligne Next