Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Array » Array Composition » ReplaceInArray

ReplaceInArray


Module: FoundationLite

Replaces all matching elements in an array with a new value.

Name Type Description
Input value inArray <T>Array
Input value inOldValue <T> Value to be replaced
Input value inNewValue <T> Value to be set
Output value outArray <T>Array

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Complexity Level

This filter is available on Advanced Complexity Level.