Onetastic Macro Documentation >
>
>
String_Repeat String_Repeat
Repeats a string given number of times and returns the resulting string.
Syntax
String String_Repeat(
String string,
Numeric multiplier)
Parameters
- String string
- String to be repeated.
- Numeric multiplier
- Number of times to repeat the string.
Examples
String_Repeat("Abc", 5)
|