Integer Array Replace Items At Index

From Visuino
Jump to navigation Jump to search

File:TArduinoIntegerArrayReplaceItemsAtIndex.png

Summary

Replaces specific items in an integer array at a defined index position.

Description

The **Integer Array Replace Items At Index** component replaces one or more items in the input integer array starting at the specified **Index** with new values defined in the **Value Elements** list. This allows precise editing or updating of array contents without modifying the rest of the data.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Index – The starting position in the array where new values will be inserted.
  • Value Elements – Click the **…** button to open the Value Elements window and add **Value** elements (Integer) that will replace existing values at the specified index.

Pins

Input Pins

  • In – Integer array input.

Output Pins

  • Out – Integer array output with the replaced items.

Categories