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 text

Text to repeat

INTEGER count

How often to repeat the text

Return value

STRING

Repeated text