GALiRe
GScript command (duplicate)




Function:
Duplicates a string a given number of times and returns it. i.e. -
$newVal = duplicate("very ", 3x); // $newVal now is "very very very "

This does not work outside of GALiRe Script.