If I want to accept an array of integers in a subVI, its easy enough: drop an array, put in an integer control, and wire the array to the connector. I don't have to specify how many integers are in the array, so the subVI can act generically and loop over the integers in the array.
Now, suppose I want to generically act over a list of arrays. LabVIEW does not support arrays of arrays, so I can't accomplish this using the obvious approach. Now, I could accomplish this using an array with multiple dimensions, HOWEVER I'd have to "hard-code" that number of dimensions. Is there a way to do this generically?
Any ideas welcome.
Thanks,
Brad