Complex Array Replace Items At Index
Jump to navigation
Jump to search
File:TArduinoComplexArrayReplaceItemsAtIndex.png
Summary
Replaces one or more items in a complex array at a specified index with new complex values.
Description
The **Complex Array Replace Items At Index** component allows you to overwrite array elements starting at the given **Index** position with new complex values defined in the **Value Elements** collection. The resulting modified array is continuously output through the **Out** pin. This is useful for updating parts of an array without rebuilding or re-inserting items.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number handling.
- File:TArduinoArraysCategory.png Category Arrays – Array editing and manipulation.
Properties
- Enabled – Enables or disables the component.
- Index – The zero-based index where replacement begins.
- Value Elements – Collection of complex values to use as replacements (click the **…** button to open the editor and add values).
Pins
- In – Complex array input.
- Out – Complex array output with replaced items.