Difference between revisions of "SET SCOREBOARD"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
SET STATUS, SET MENU
+
[[SET MENU]], [[SET STATUS]]
  
  
Line 23: Line 23:
  
 
==Example==
 
==Example==
<pre>
+
<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</pre>
+
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

SET SCOREBOARD

Class

Recital Terminal Developer Environment


Purpose

Enable or disable some informational messages


Syntax

SET SCOREBOARD ON | OFF | (<expL>)


See Also

SET MENU, SET STATUS


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