Unsigned Array Delete Items

From Visuino
Revision as of 01:50, 20 August 2025 by Visuino (talk | contribs) (Created page with "Image: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. <b>Diagram...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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.