Hi,
I´ve been following some of the examples posted, and from there, I created a Server and Client scripts, but I wonder if the Client can recieve data with variable lenght. For example, the server send the strings "Dog", "Elephant", 0345, etc
how should I set up the $sDataRecived=TCPRecv($socket, $length) command so I don´t get something like "DogElep", or "034", etc
?
Thx a lot for the help.