LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating array of references to another array's elements

Solved!
Go to solution

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? 

0 Kudos
Message 1 of 3
(2,229 Views)

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?

0 Kudos
Message 2 of 3
(2,219 Views)
Solution
Accepted by topic author id

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

0 Kudos
Message 3 of 3
(2,204 Views)