Integer Array Replace

From Visuino
Revision as of 07:27, 13 November 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerArrayReplace.png == Summary == Replaces specified integer values within an integer array with new values. == Description == The **Integer Array Replace** component searches the input integer array for values defined in the **From Value Elements** list and replaces them with corresponding values from the **To Value Elements** list. This is useful for remapping array contents, correcting data, or transforming integer sequences dynamically. <b>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerArrayReplace.png

Summary

Replaces specified integer values within an integer array with new values.

Description

The **Integer Array Replace** component searches the input integer array for values defined in the **From Value Elements** list and replaces them with corresponding values from the **To Value Elements** list. This is useful for remapping array contents, correcting data, or transforming integer sequences dynamically.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • From Value Elements – Click the **…** button to open the Value Elements window and add **Value** elements (Integer) to be replaced.
  • To Value Elements – Click the **…** button to open the Value Elements window and add **Value** elements (Integer) to replace the corresponding ones in the input array.

Pins

Input Pins

  • In – Integer array input.

Output Pins

  • Out – Integer array output with replaced values.

Categories