Initialize Array

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 of the output array. The connector pane displays the default data types for this polymorphic function.

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 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.