Repeat Text: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoRepeatText.png == Summary == The **Repeat Text** component repeats a text input a specified number of times. == Description == This component receives a text input and outputs it multiple times according to the configured count. It can be used for generating repeated text patterns, message duplication, or debugging text-based data streams. <b>Diagram:</b> Image:TArduinoRepeatText.Preview.png == Properties == *'''Enabled''' (boolean) – Ena..."
 
(No difference)

Latest revision as of 04:50, 14 September 2025

Summary

The **Repeat Text** component repeats a text input a specified number of times.

Description

This component receives a text input and outputs it multiple times according to the configured count. It can be used for generating repeated text patterns, message duplication, or debugging text-based data streams.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the text input is repeated.

Pins

Input Pins

  • in – Input text signal.

Output Pins

  • out – Output repeated text signal.

Categories