Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.22 KB | None | 0 0
  1. Public Function recv()
  2.     While globalbuffer IsNot Nothing
  3.         Clean(globalbuffer.Substring(0, globalbuffer.Length - globalbuffer.IndexOf(vbCrLf)))
  4.     End While
  5.  
  6.     Return buffer2
  7.     buffer2 = ""
  8. End Function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement