Initialize Array Function

Owning Palette: Array VIs and Functions

Requires: Base Development System

Creates an n-dimensional array in which every element is initialized to the value of element.

Use the Positioning tool to resize the function and increase the number of dimensions (element, row, column, page, and so on) of the output array. The connector pane displays the default data types for this polymorphic function.

 Add to the block diagram  Find on the palette
element is the value used to initialize all elements of initialized array. element can be any scalar type.
dimension size 0..n-1 must be a number. The function creates an empty array if any dimension size is less than or equal to 0. You must have n dimension size terminals for n-dimensions.
initialized array is an array of the same type as the type you wire to element.