|
-
Oct 23rd, 2006, 12:04 AM
#1
Thread Starter
Lively Member
Re: ReceiveData
 Originally Posted by putta
In the winsock recive data section
VB Code:
dim TempStr as string
dim TempArr() as string
dim Username as string
dim ChatBox as string
Winsock.GetData Var1
temparr() = split(TempStr,":") ' where ":" is the delimiter
Username = TempArr(0)
ChatBox = TempArr(1)
Hope this helps! 
So there you have ":" splitting the data, correct?
Also I would like to set it up to sendpackets but no experience with that. So instead of sending all data at once it sends when you call the packet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|