Difference between revisions of "WORDWRAP()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
Wraps a string to given line width (defaults to 80)  
 
Wraps a string to given line width (defaults to 80)  
 
character = wordwrap( character string [, int line_length [, character break_char [, logical cut ] ] ] )
 
character = wordwrap( character string [, int line_length [, character break_char [, logical cut ] ] ] )
 +
 +
==Purpose==
 +
Function to wrap a string to a given line width
 +
 +
 +
==Syntax==
 +
WORDWRAP(<expC1> [, <expN> [, <expC2> [, <exp>]]])
 +
 +
 +
==See Also==
 +
[[BOLD()]], [[CENTER()]], [[LPAD()]], [[REVERSE()]], [[RPAD()]], [[UNDERLINE()]]
 +
 +
 +
==Description==
 +
The WORDWRAP() function wraps the character string <expC1> to a given line width.  The line width defaults to 80 characters if not specified in the optional <expN>.
 +
 +
 +
==Example==
 +
<code lang="recital">
 +
 +
</code>
 +
 +
 +
==Products==
 +
Recital Server, Recital
 +
[[Category:Documentation]]
 +
[[Category:Functions]]
 +
[[Category:String Data]]
 +
[[Category:String Data Functions]]

Revision as of 11:48, 13 January 2010

Template:YLM to do

Wraps a string to given line width (defaults to 80) character = wordwrap( character string [, int line_length [, character break_char [, logical cut ] ] ] )

Purpose

Function to wrap a string to a given line width


Syntax

WORDWRAP(<expC1> [, <expN> [, <expC2> [, <exp>]]])


See Also

BOLD(), CENTER(), LPAD(), REVERSE(), RPAD(), UNDERLINE()


Description

The WORDWRAP() function wraps the character string <expC1> to a given line width. The line width defaults to 80 characters if not specified in the optional <expN>.


Example

 


Products

Recital Server, Recital