Difference between revisions of "SET CONSOLE"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET CONSOLE=
 
 
 
 
==Class==
 
==Class==
 
Screen Environment
 
Screen Environment
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set console off
 
set console off
 
report form patrons to print
 
report form patrons to print
set console on</pre>
+
set console on</code>
  
  

Revision as of 14:15, 15 April 2009

Class

Screen Environment


Purpose

Turn the screen display on or off


Syntax

SET CONSOLE ON | OFF | (<expL>)


See Also

@...GET


Description

If SET CONSOLE is OFF, no output is displayed on the screen. Characters can be input so that, for example, reports may be printed on a slave printer attached to the terminal without the text appearing on the screen. Another usage is to read passwords without echo. By default, CONSOLE is ON.


Example

set console off
report form patrons to print
set console on


Products

Recital Terminal Developer