Integer Array Replace: Difference between revisions

From Visuino
Jump to navigation Jump to search
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>..."
 
(No difference)

Latest revision as of 07:27, 13 November 2025

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