Difference between revisions of "SET SCOREBOARD"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | SET | + | [[SET MENU]], [[SET STATUS]] |
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set status off | set status off | ||
set scoreboard on | set scoreboard on | ||
set menu off | set menu off | ||
use patrons index events, dates, names | use patrons index events, dates, names | ||
− | append</ | + | append</code> |
==Products== | ==Products== | ||
Recital Terminal Developer | Recital Terminal Developer | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|SCOREBOARD]] |
Revision as of 11:48, 12 March 2009
Contents
SET SCOREBOARD
Class
Recital Terminal Developer Environment
Purpose
Enable or disable some informational messages
Syntax
SET SCOREBOARD ON | OFF | (<expL>)
See Also
Description
If SET SCOREBOARD is ON and SET STATUS is OFF, then certain informational messages are displayed on line 1 of the terminal screen instead of appearing in the status bar. By default, SCOREBOARD is OFF.
Example
set status off set scoreboard on set menu off use patrons index events, dates, names append
Products
Recital Terminal Developer