Integer Array Delete Items
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
- File:TArduinoIntegerCategory.png Category Integer – Integer data operations.
- File:TArduinoArraysCategory.png Category Arrays – Array manipulation and editing.
