Houdini 20.0 Nodes VOP nodes

Append VOP node

Adds an item to an array or string.

On this page
Since 14.0

Increases the size of the array by 1.

The array version increases the size of the array by size of the second array. The elements of the second array are appended.

The string version appends the second string to the first.

Inputs

Array

The array or string to append to.

Value

The value to append to the array or string.

Outputs

New Array

The new array or string created from appending value to the input array or string.

See also

VOP nodes