Advertisement
Guest User

Untitled

a guest
Oct 17th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.15 KB | None | 0 0
  1.     Dim TurnP2 As String = IO.File.ReadAllLines(".\player2.txt")(Turn)
  2.     Dim source As String = TurnP2
  3.     Dim result() As String = Split(source, ",")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement