Complex Array Insert Items

From Visuino
Revision as of 10:50, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image: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. T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.