Difference between revisions of "REPLICATE()"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Yvonnemilne  (Talk | contribs)  | ||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| ==Purpose== | ==Purpose== | ||
| Function to replicate characters | Function to replicate characters | ||
| Line 8: | Line 4: | ||
| ==Syntax== | ==Syntax== | ||
| − | REPLICATE(<expC>,<expN>) | + | REPLICATE(<expC>, <expN>) | 
| Line 26: | Line 22: | ||
| ==Products== | ==Products== | ||
| − | Recital  | + | Recital, Recital Server | 
| [[Category:Documentation]] | [[Category:Documentation]] | ||
| [[Category:Functions]] | [[Category:Functions]] | ||
| [[Category:String Data]] | [[Category:String Data]] | ||
| [[Category:String Data Functions]] | [[Category:String Data Functions]] | ||
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
