Owning Palette: Structures
Requires: Base Development System
Right-click the border of an In Place Element structure and select the Add Array Index / Replace Elements option from the shortcut menu to place this border node on the In Place Element structure.
Use this border node to perform operations on an element or elements of an array and return the elements to the same location or locations in the array. Each array element you index with the border node on the left side of the structure must be placed back into the array with the border node on the right side of the structure by wiring the element back into the array. This border node allows the LabVIEW compiler to avoid making a complete value copy of the array and array elements in memory.
The border node on the left side of the structure is similar to the Index Array function. The border node on the right side of the structure is similar to the Replace Array Subset function.