Difference between revisions of "REPLICATE()"
From Recital Documentation Wiki
		
		
		
| Helengeorge  (Talk | contribs) | Yvonnemilne  (Talk | contribs)  | ||
| Line 4: | Line 4: | ||
| ==Syntax== | ==Syntax== | ||
| − | REPLICATE(<expC>,<expN>) | + | REPLICATE(<expC>, <expN>) | 
Latest revision as of 09:42, 23 July 2010
Purpose
Function to replicate characters
Syntax
REPLICATE(<expC>, <expN>)
See Also
BLINK(), BOLD(), REVERSE(), SPACE(), UNDERLINE()
Description
The REPLICATE() function makes <expN> copies of the character expression <expC>.
Example
? replicate("-", 20) --------------------
Products
Recital, Recital Server
