i don't think you can set it per se, but you can always tell it to wait for a certain amount of chars (or a sequence of chars)
on readDataFromSocket pSocketPointer read from socket pSocketPointer until 20 chars with message "gotData" end readDataFromSocket on gotData pSocketPointer, pSocketData -- do the processing of your socket here end gotData ----- Original Message ----- Anyone know of a way to set the socket receive buffer size for REV? _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
