Difference between revisions of "SET DELIMITERS"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 16: Line 16:
  
 
==See Also==
 
==See Also==
SET INTENSITY, SET UNDERLINE, @...SAY ...GET
+
[[@...GET]], [[@...SAY]], [[SET INTENSITY]], [[SET UNDERLINE]]
  
  
Line 37: Line 37:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|DELIMITERS]]

Revision as of 13:16, 11 March 2009

SET DELIMITERS

Class

Screen Forms


Purpose

Specify how field widths should be denoted in forms


Syntax

SET DELIMITERS TO <expC> | DEFAULT SET DELIMITERS ON | OFF | (<expL>)


See Also

@...GET, @...SAY, SET INTENSITY, SET UNDERLINE


Description

If SET DELIMITERS is ON, then fields displayed on forms will be delimited with ’:’ to identify the field width. The SET DELIMITERS TO command sets the delimiter characters to those specified. If only one character is specified, then it will be used for both the left and right of the fields. The SET DELIMITERS TO DEFAULT command resets the delimiters back to ’:’. By default, DELIMITERS are OFF and the delimiter characters are ’:’.


Example

set delimiters on
set delimiters to "[]"
use patrons index events
change
set catalog to project
info


Products

Recital Terminal Developer