Difference between revisions of "REPLICATE()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to replicate characters
 
Function to replicate characters
 
  
 
==Syntax==
 
==Syntax==
 
REPLICATE(<expC>, <expN>)
 
REPLICATE(<expC>, <expN>)
 
  
 
==See Also==
 
==See Also==
[[BLINK()]], [[BOLD()]], [[REVERSE()]], [[SPACE()]], [[UNDERLINE()]]
+
[[SPACE()]]
  
 
==Description==
 
==Description==
 
The REPLICATE() function makes <expN> copies of the character expression <expC>.
 
The REPLICATE() function makes <expN> copies of the character expression <expC>.
 
  
 
==Example==
 
==Example==
Line 20: Line 17:
 
</code>
 
</code>
  
 
==Products==
 
Recital, Recital Server
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:String Data]]
 
 
[[Category:String Data Functions]]
 
[[Category:String Data Functions]]

Latest revision as of 06:43, 4 February 2013

Purpose

Function to replicate characters

Syntax

REPLICATE(<expC>, <expN>)

See Also

SPACE()

Description

The REPLICATE() function makes <expN> copies of the character expression <expC>.

Example

? replicate("-", 20)
--------------------