Difference between revisions of "SET DELIMITERS"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Specify how field widths should be denoted in forms | Specify how field widths should be denoted in forms | ||
Line 12: | Line 5: | ||
==Syntax== | ==Syntax== | ||
SET DELIMITERS TO <expC> | DEFAULT | SET DELIMITERS TO <expC> | DEFAULT | ||
+ | |||
SET DELIMITERS ON | OFF | (<expL>) | SET DELIMITERS ON | OFF | (<expL>) | ||
Line 24: | Line 18: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set delimiters on | set delimiters on | ||
set delimiters to "[]" | set delimiters to "[]" | ||
Line 30: | Line 24: | ||
change | change | ||
set catalog to project | set catalog to project | ||
− | info</ | + | info</code> |
− | + | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|DELIMITERS]] | [[Category:Set_Commands|DELIMITERS]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] |
Latest revision as of 15:36, 23 November 2009
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