Functions: Repeat Function - Wynntils/Wynntils GitHub Wiki

Repeat function

Aliases

None

Description

Returns the a repeated string.

Arguments

This function has 2 required arguments.

  • value (String) → The string to be repeated.
  • count (Integer) → The number of times to repeat the string.

Schematics

REPEAT(<value>;<count>) → (String)

Example

REPEAT("Again! "; 3)  "Again! Again! Again!"
⚠️ **GitHub.com Fallback** ⚠️