Build Array
 
 
 

Categories

  • Array

Description

Outputs a new array built from the set of input values.

Ports

Inputs

Value

The value to store in the new array. Arrays are zero-based, so Value1 is stored in item 0 of the array, Value2 is stored in item 1, and so on.

To create ports for additional values, right-click over the port in the ICE tree view and choose Insert Port Before or After, or connect a value into New (Value).

To remove a value completely, right-click over its port and choose Delete Port. If you simply disconnect its input, a default value will be used for that array item.

Outputs

Array

The new array built from the set of input values.