Hi,
Is there any inbuilt function to repeat a string? For example Repeat("spam ", 3) would return "spam spam spam ".
Obviously I could knock up my own but I have a feeling I'd be reinventing a wheel.
Thanks.
John
Is there any inbuilt function to repeat a string? For example Repeat("spam ", 3) would return "spam spam spam ".
Obviously I could knock up my own but I have a feeling I'd be reinventing a wheel.
Thanks.
John