ElseIf (TextBox2.Lines(0)) = "MsgBox" Then TextBox2.Text.IndexOf(vbCrLf) MsgBox(TextBox2.Text.Substring(vbCrLf))
ElseIf (TextBox2.Lines(0)) = "MsgBox" Then TextBox2.Text.Substring(vbCrLf) MsgBox(TextBox2.Text.IndexOf(vbCrLf))
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre questionElseIf (TextBox2.Lines(0)) = "MsgBox" Then Dim debut = TextBox2.Text.IndexOf(vbCrLf) MsgBox(TextBox2.Text.Substring(debut))
ElseIf (TextBox2.Lines(0)) = "MsgBox" Then Dim debut = TextBox2.Text.IndexOf(vbCrLf) MsgBox(TextBox2.Text.Substring(debut))
ElseIf (TextBox2.Lines(0)) = "MsgBox" Then Dim debut = TextBox2.Text.IndexOf(line1) MsgBox(TextBox2.Text.Substring(debut))
ElseIf (TextBox2.Lines(0)) = "MsgBox" Then Dim debut = TextBox2.Text.IndexOf(line(1)) MsgBox(TextBox2.Text.Substring(debut))