03-27-2008 12:10 PM
03-27-2008 12:26 PM
03-27-2008 02:05 PM
03-27-2008 02:14 PM
03-27-2008 02:19 PM - edited 03-27-2008 02:22 PM
Look at the functions Variant to Flattened String and Flattened String to Variant and Variant to Data in the Cluster/Variant palette.
The information on the left hand side would be how you take the 2-D array out of the queue and flatten it so you can send it by TCP. The right hand side is how to take the data from the other side from the TCP read and shape it back into the 2-D array. But still pay attention to the TCP/IP examples as the whole process will still be a bit more complicated then just the data type conversions.
You may even want to consider using network shared variables for the communication.