Page 1 of 1

ReceiveNetworkString

Posted: Fri May 28, 2004 10:40 pm
by fweil
Could we get back ReceiveNetworkString() function which was handy in the past ...

Posted: Mon May 31, 2004 10:05 pm
by freak
The problem is, that SendNetworkString() just sends the string as raw data,
so there is no way to know if the incomming data is a string or not.
That's why ReceiveNetworkString() wouldn't help you much.

Timo

Posted: Tue Jun 01, 2004 1:04 am
by fweil
Well, more or less I agree, it was just for satisfying my laziness ...

Anyway a procedure looping the received raw buffer is not a big deal.

Rgrds