repeat

Returns a string consisting of "string_expression" repeated "integer_expression" times.

Syntax

repeat ( string_expression, integer_expression )

Example

repeat ( XYZ, 3 )

Result

Returns XYZXYZXYZ.