Repeat

The Repeat function returns the results of repeating a string a specified number of times.

Syntax

Repeat(string, number)

Repeat has the following arguments:

string

Required

The string that the function repeats number

number

Required

The number of times the string repeats. The zero, 0, and negative values both return a NULL string.

Examples

Repeat([Product Type],0)

The Repeat function returns the following values for the Product Type column:

Last updated

Was this helpful?