NextGen Knowledge Center

REPEAT String Function

Use:Repeats a string a specified number of times
Syntax:
{REPEAT( «string» , «num»)}
Arguments:

«string»
    String value to repeat
«num»
    Number of times to repeat
Returns:A string of the repeated substrings
Example:
{REPEAT( XYZ , 3)}

Result: XYZXYZXYZ