01-12-2012 05:12 PM
Hi, I have a cluster of three elements updated every second. Each element is of different data type. How to write this dynamic cluster into a text file?
Thanks
01-12-2012 06:05 PM
Here's how to write a cluster to a text file. To make it happen every second (or each time it's updated), simply put this inside the loop in which it gets updated.
01-12-2012 08:08 PM
@Jerry Jin wrote:
Hi, I have a cluster of three elements updated every second. Each element is of different data type. How to write this dynamic cluster into a text file?
Thanks
What are the data types of the cluster?