Unsigned Array Delete Items
File:TArduinoUnsignedArrayDeleteItems.png
Summary
Removes a specified number of items from an unsigned array starting at a given index.
Description
The **Unsigned Array Delete Items** component takes an input unsigned array and deletes items from it, beginning at the position defined by the **Index** property. The number of items to remove is defined by the **Count** property. The resulting array is available at the **Out** pin.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Enabled – Enables or disables the component.
- Count – Number of items to remove from the array.
- Index – Starting position (zero-based) where the deletion begins.
Pins
Input Pins
- In – Unsigned array input to modify.
Output Pins
- Out – The unsigned array after the specified items have been removed.