09-18-2006 03:44 PM
09-19-2006 10:52 AM
09-19-2006 11:58 AM
There may still be other problems, but your use of Format to String to get a byte count string will result in a string of varying length.
Using Typecast, as is done in the mentioned Simple Server example, will result in a byte count string that is always 4 bytes long.
09-19-2006 12:35 PM
09-19-2006 12:57 PM