FORMULA LANGUAGE


@Repeat
Example

Repeats a string a specified number of times.

Syntax
@Repeat(
string ; number ; numberchars )

Parameters

string


number
numberchars
Return value

repeatedString


Usage

If the first parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

The resultant string cannot be larger than 1,024 characters.

Language cross-reference

UString function of LotusScript language

Example
See Also