Owning Palette: Array VIs and Functions
Requires: Base Development System
Replaces an element or subarray in an array at the point you specify in index.
When you wire an array to this function, the function resizes automatically to display index inputs for each dimension in the array you wired. The connector pane displays the default data types for this polymorphic function.
Add to the block diagram | Find on the palette |
Resize this function to replace multiple elements or array subsets at one time. Replace Array Subset does not affect the original input array. This function crops any subarray that is too large to fit as a column, row, or page in the input array. If any index is negative or larger than the corresponding dimension in n-dimension array the function has no effect.
Refer to the Replace Array Elements VI in the labview\examples\Arrays directory for an example of using the Replace Array Subset function.