Replicate Function (Access custom web app)
Repeats a text value a specified number of times.
Important
Microsoft no longer recommends creating and using Access web apps in SharePoint. As an alternative, consider using Microsoft PowerApps to build no-code business solutions for the web and mobile devices.
Syntax
Replicate (TextExpression, NumberOfTimes)
The Replicate function contains the following arguments.
Argument name | Description |
---|---|
TextExpression |
A text expression. |
NumberOfTimes |
An integer that specifies the number of times to repeat the TextExpression. |