06-13-2007 12:45 PM
06-13-2007 01:08 PM
The only control you have is at the application layer.
The TCP primitives work with binary bytestreams which are represented as a string.
You can convert a byte (U8) array to such a string by using the Byte Array to String primitive which can be found in one of the string subpalettes.
There should be some examples in the example finder (Help>>Find Examples) for doing this.