Complex Array Insert Items
Jump to navigation
Jump to search
File:TArduinoComplexArrayInsertItems.png
Summary
Inserts one or more complex values into a complex array at a specified index.
Description
The **Complex Array Insert Items** component allows you to add new complex values into an existing array at the given **Index** position. The values to be inserted are defined in the **Value Elements** collection. The updated array, with the new items included, is continuously output through the **Out** pin. This is useful for dynamically building arrays, inserting intermediate values, or adjusting array contents during processing.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number operations.
- File:TArduinoArraysCategory.png Category Arrays – Array editing and manipulation.
Properties
- Enabled – Enables or disables the component.
- Index – The zero-based index where the new items will be inserted.
- Value Elements – Collection of complex values to insert (click the **…** button to open the editor and add values).
Pins
- In – Complex array input.
- Out – Complex array output with the inserted items.