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

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
Line 18: Line 18:
 
The replicated string.
 
The replicated string.
  
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Latest revision as of 13:04, 22 September 2016

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.