Repeats text a specified number of times.
| |
|---|
| Category | Text |
| Syntax | REPT(text, number_times) |
Parameters
| Parameter | Required | Description |
|---|
text | Required | The text to repeat. |
number_times | Required | The number of times to repeat the text. |
Example
Auto-generated from the EngCanvas function registry.