07-19-2005 04:42 AM
07-19-2005 04:47 AM
07-19-2005 04:53 AM
Place a for loop on the diagram, with a Cluster to Array function in it. Wire your array into the loop and into the Cluster to Array function. Wire the result out of the loop and into the 2D data input of a Write to Spreadsheet File VI (File I/O palette).
Wiring the array into the loop causes auto indexing which extracts each cluster and then transforms it into a 1D array. Wiring this out of the loop builds the 1D arrays into a 2D array.
07-10-2018 02:47 PM
Do you have a picture or example?
07-11-2018 12:55 AM