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

From Catalyst
Revision as of 13:04, 22 September 2016 by ThrashBot (talk | contribs) (Updated from revision control)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.