GALiRe
AScript duplicate routine
Function:
Duplicates a given word a given number of times and returns it to a chosen variable. i.e. -
$answer=duplicate("very",3x);
This sets variable $answer to 'very very very '. This does not work outside of AScript. The given number can be 0-10.