Function Block STR_REPEAT

The Function Block STR_REPEAT generates a repeatedly repeating string.

Note: This function is Binary-Safe. This means that UTF8 characters cannot be directly processed.

Warning: This Function Block can overload the memory through carelessness.

Input STR

Defines the string that is to be repeated.

Input TIMES

Defines the number of repetitions as an integer. If this parameter can be set externally, it is recommended to limit this value.

Output

Returns a repeatedly repeating string.