LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you modify an array element and returning the result to the source array.

I am using 'Replace Array Subset' which wants to put the modified value into an output array... not the same one that was the source array.
0 Kudos
Message 1 of 2
(2,726 Views)
The array in the wire is the one that has been modified, subsequent operations on the wire will use the modified array. If subsequent iteration of a repetative loop need the data, put it into a shift register. If you need to update the original front panel control use a local varaible to the control.
Stu
0 Kudos
Message 2 of 2
(2,726 Views)