Advertisement
jsauto

Untitled

Apr 3rd, 2013
2,131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.14 KB | None | 0 0
  1. Dim allLines() As String = RichTextBox1.Lines
  2. For lineCounter = 0 To allLines.GetUpperBound(0)
  3.     MessageBox.Show(allLines(lineCounter))
  4. Next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement