Integer Array Delete Items

From Visuino
Revision as of 06:39, 13 November 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerArrayDeleteItems.png == Summary == Removes one or more items from an integer array starting at a specified index. == Description == The **Integer Array Delete Items** component deletes a specified number of elements from the input integer array, beginning at the defined **Index** position. The modified array is then sent to the **Out** pin. This component is useful for dynamically adjusting the size or contents of integer arrays during runt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerArrayDeleteItems.png

Summary

Removes one or more items from an integer array starting at a specified index.

Description

The **Integer Array Delete Items** component deletes a specified number of elements from the input integer array, beginning at the defined **Index** position. The modified array is then sent to the **Out** pin. This component is useful for dynamically adjusting the size or contents of integer arrays during runtime.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Index – The starting position in the array from which items will be deleted.

Pins

Input Pins

  • In – Integer array input signal.

Output Pins

  • Out – Integer array output after deletion.

Categories