Repeat Text

From Visuino
Revision as of 04:50, 14 September 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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