Skip to main content

REPT

Repeats text a specified number of times.

CategoryText
SyntaxREPT(text, number_times)

Parameters

ParameterRequiredDescription
textRequiredThe text to repeat.
number_timesRequiredThe number of times to repeat the text.

Example

REPT("text")

Auto-generated from the EngCanvas function registry.