{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

ReplicateString

Creates a string containing multiple copies of the original, all one after the other.

Usage:

ReplicateString( x,y )

Parameters:

x The InputString that is to be multiplied
y The number of times to replicate the string

Returns:

String

Examples:

Replicate("ad",5)  // Returns "adadadadad"
Replicate("om",5)  // Returns "omomomomom"
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - ReplicateString