ReplicateString

ReplicateString(String a, Integer b)

This function replicates the string in String a the number of times specified by b.

Parameters

Return value

The return value is a String.

Example

The return value of the following statement is Stop! Stop! Stop!.

ReplicateString("Stop!", 3)