REPLICATE - Create a string of the same character (Reports & Settings Report Generator function)

From Catalyst
Jump to: navigation, search

Syntax

$REPLICATE{char, len}

Description

Replicate the char character len times to give a string.

Parameters

char
A text parameter that can not be omitted.
Input character.
len
A numeric parameter that can not be omitted.
The number of times to replicate the above character.

Returns

A text value. The replicated string.