Repeat Char

From Visuino
Jump to navigation Jump to search

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