Complex Array Delete Items

From Visuino
Revision as of 10:46, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoComplexArrayDeleteItems.png == Summary == Deletes a specified number of elements from a complex array starting at a given index. == Description == The **Complex Array Delete Items** component removes one or more elements from the input complex array, beginning at the specified **Index** position. The number of elements removed is controlled by the **Count** property. The resulting array, with the selected items deleted, is continuously output thro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoComplexArrayDeleteItems.png

Summary

Deletes a specified number of elements from a complex array starting at a given index.

Description

The **Complex Array Delete Items** component removes one or more elements from the input complex array, beginning at the specified **Index** position. The number of elements removed is controlled by the **Count** property. The resulting array, with the selected items deleted, is continuously output through the **Out** pin. This is useful for trimming data, removing unwanted values, or resizing arrays dynamically.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Index – The zero-based index of the first element to delete.
  • Count – The number of elements to remove.

Pins

  • In – Complex array input.
  • Out – Complex array output with the specified items removed.