Repeat Char: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoRepeatChar.png == Summary == The **Repeat Char** component repeats a character or text element a specified number of times. == Description == This component takes a text or character input and outputs it multiple times according to the configured count. Useful for generating repeated text sequences, display testing, or string manipulation. <b>Diagram:</b> Image:TArduinoRepeatChar.Preview.png == Properties == *'''Enabled''' (boolean) – Ena..."
 
(No difference)

Latest revision as of 02:46, 14 September 2025

Summary

The **Repeat Char** component repeats a character or text element a specified number of times.

Description

This component takes a text or character input and outputs it multiple times according to the configured count. Useful for generating repeated text sequences, display testing, or string manipulation.

Diagram:

Properties

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

Pins

Input Pins

  • in – Input character or text to repeat.

Output Pins

  • out – Output repeated character or text.

Categories