RepeatText (open)
Repeat the specified text the specified number of times
Syntax
// Core function, no LOADLIB necessary
STRING FUNCTION RepeatText(STRING text, INTEGER count)Parameters
STRING textText to repeat
INTEGER countHow often to repeat the text
Return value
STRINGRepeated text