Integer Array Replace
File:TArduinoIntegerArrayReplace.png
Summary
Replaces specified integer values within an integer array with new values.
Description
The **Integer Array Replace** component searches the input integer array for values defined in the **From Value Elements** list and replaces them with corresponding values from the **To Value Elements** list. This is useful for remapping array contents, correcting data, or transforming integer sequences dynamically.
Diagram:
Properties
- Enabled – Enables or disables the component.
- From Value Elements – Click the **…** button to open the Value Elements window and add **Value** elements (Integer) to be replaced.
- To Value Elements – Click the **…** button to open the Value Elements window and add **Value** elements (Integer) to replace the corresponding ones in the input array.
Pins
Input Pins
- In – Integer array input.
Output Pins
- Out – Integer array output with replaced values.
Categories
- File:TArduinoIntegerCategory.png Category Integer – Integer data manipulation and processing.
- File:TArduinoArraysCategory.png Category Arrays – Array editing and transformation components.
