<< Click to Display Table of Contents >> Replicate() |
|
Purpose
To create a string by repeating another string
Syntax
Replicate( <cString>, <nTimes> ) cNewString
Arguments
<cString> is the string to repeat
<nTimes> is the number of times to repeat <cString>
Returns
Replicate() returns <cString> repeated <nTimes>.