Difference between revisions of "REPLICATE()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to replicate characters
 
Function to replicate characters
Line 6: Line 4:
  
 
==Syntax==
 
==Syntax==
REPLICATE(<expC>,<expN>)
+
REPLICATE(<expC>, <expN>)
  
  
Line 24: Line 22:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
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