Hello, I´d like to save some diagram data in a spreadsheet file. These data are put together in 1D array with cluster (consisting of 2 elements: both long datatype). How can I extract the array to save it in a spreadsheet (using LV 6.1). Thank you for any reply...
You've already place the right function on the diagram. Wire the variable into a for loop (so you can access the clusters) and wire the cluster into "Cluster to Array" and wire the array out of the for loop. You will now have a 2D array.