Difference between revisions of "SET NOTIFY"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET NOTIFY=
 
 
 
 
==Class==
 
==Class==
 
Recital Terminal Developer Environment
 
Recital Terminal Developer Environment
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[WAIT]], [[SET MESSAGE]]
+
[[SET MESSAGE]], [[WAIT]]
  
  
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set notify off</pre>
+
set notify off
 +
</code>
  
  

Revision as of 16:15, 16 April 2009

Class

Recital Terminal Developer Environment


Purpose

Enable or disable the display of certain system messages


Syntax

SET NOTIFY ON | OFF | (<expL>)


See Also

SET MESSAGE, WAIT


Description

The SET NOTIFY allows you to disable some of the systems messages. When NOTIFY is set ON then certain systems messages are displayed, if OFF the display of certain system messages is suppressed.


Example

set notify off


Products

Recital Terminal Developer