Search found 2 matches
- Mon May 28, 2007 5:20 am
- Forum: Coding Questions
- Topic: Null Over Network?
- Replies: 4
- Views: 1481
Yea, I kinda figured that, and after that in depth explanation Ive spent the last couple hours sorting it out. Is there a way to append to the end of the block? Im keeping track of where Im writing using an integer that saves the last, makes a lengthy function to send a simple 60 character packet. . .
- Mon May 28, 2007 1:39 am
- Forum: Coding Questions
- Topic: Null Over Network?
- Replies: 4
- Views: 1481
Null Over Network?
Hi, new to PB and my problem is I'm trying to communicate with a server over the net, and need to send chr(0), or null. I've look at SendNetworkString;
SendNetworkString(ConnID, chr(12) + chr(0) + chr(143))
A quick sniff shows its not communicating correctly because its sending everything except ...
SendNetworkString(ConnID, chr(12) + chr(0) + chr(143))
A quick sniff shows its not communicating correctly because its sending everything except ...