Repeat
Returns String containing a specified character expression
that is repeated a specified number of times.
Inputs
- Repeating string
- The repeating String object you want to retrieve.
- Repeat count
- An integer that specifies the number of times the specified
character string must be repeated before it can be retrieved.
Output
Returns the repeated character string.
