Difference between revisions of "REPLICATE()"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Yvonnemilne  (Talk | contribs)  | ||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| ==Purpose== | ==Purpose== | ||
| Function to replicate characters | Function to replicate characters | ||
| Line 11: | Line 4: | ||
| ==Syntax== | ==Syntax== | ||
| − | REPLICATE(<expC>,<expN>) | + | REPLICATE(<expC>, <expN>) | 
| ==See Also== | ==See Also== | ||
| − | [[ | + | [[BLINK()]], [[BOLD()]], [[REVERSE()]], [[SPACE()]], [[UNDERLINE()]] | 
| − | + | ||
| ==Description== | ==Description== | ||
| Line 30: | Line 22: | ||
| ==Products== | ==Products== | ||
| − | Recital  | + | Recital, Recital Server | 
| [[Category:Documentation]] | [[Category:Documentation]] | ||
| [[Category:Functions]] | [[Category:Functions]] | ||
| + | [[Category:String Data]] | ||
| + | [[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
