ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
String.Repeat
OverviewExamples
string String.Repeat ( string RepeatString,
number NumRepeat )
De s cr ip t ion
Repeats a string a given number of times.
P arame t er s
RepeatString
(string) The string to copy the characters from.