Replicate()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Replicate()

Previous pageReturn to chapter overviewNext page

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>.