In this tutorial, we look at splitting strings in Visual Basic .NET and how this integrates with arrays.
Code
Dim somestring2() As String
domestring2 = TextBox1.Text.Split(TextBox2.Text)
For i = 0 to somestring2.Length - 1
MessageBox.Show(somestring2(i))
Next
About this blog
This is an area on your website where you can add text. This will serve as an informative location on your website, where you can talk about your site.