04-26-2013 09:02 PM
I have been coached by NI support to read an array of picture files into an array of picture indicators and then in order to save memory, establish an array of references to the array of picture indicators' elements so that I can use them in a subsequent loop. Does anyone know a quick way to create this array of references from an array of picture indicators?
Solved! Go to Solution.
04-26-2013 10:12 PM
My understanding is there is only one reference to an array element. There is no such thing as references to different array elements.
Why wouldn't you use a reference to the array, use the value property node, then use index array to get out the picture you are interested in?
04-27-2013 07:42 AM
That is what I am thinking was meant by this recommendation but it was worded improperly. I needed another persons view of it and I got it - Thx