standard.lib.str.RepeatString

RepeatString is available since version 1.0.

Prototype:

string RepeatString(string fill_string, number times)

Description:

Repeats the fill_string a number of given times.

Return value:

Returns the obtained string.