I am using Winsock GetData and it appears that the data being returned is getting truncated. The data is a string and it will appear truncated in the middle of a word or sentence. It seems very simple:

VB Code:
  1. Dim strData As String
  2. wSockUDP.GetData strData, vbString

Any ideas??

Thanks.