10-31-2008 03:56 PM
I'm trying to initialize an array of clusters of arrays and getting a bit muddled up. Can anyone help?
I've attached the (very simple) VI. I'm sure there's an easy way to do it, but I'm getting nowhere fast.
In case anyone is interested, the array is used in a much bigger application to store XY graph data.
Thanks in advance,
Jon.
Solved! Go to Solution.
10-31-2008 04:51 PM
You can use a for loop with Auto-indexing.
The attached image has an example.
10-31-2008 04:58 PM
There's no need to use a for loop to build the array. You can use "Initialize Array" to do this.
Chris M
10-31-2008 05:06 PM
10-31-2008 05:10 PM
Brilliant - thanks so much. It's obvious now you've shown me!
Jon.