Difference between revisions of "SET NOTIFY"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Products)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET NOTIFY=
 
 
 
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Enable or disable the display of certain system messages
 
Enable or disable the display of certain system messages
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
SET MESSAGE, WAIT
+
[[SET DIALOG]], [[SET MESSAGE]], [[SET SAFETY]], [[SET SCOREBOARD]], [[SET STATUS]], [[SET TALK]], [[SET VERIFY]], [[WAIT]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set notify off</pre>
+
set notify off
 +
</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|NOTIFY]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Latest revision as of 16:28, 23 November 2009

Purpose

Enable or disable the display of certain system messages


Syntax

SET NOTIFY ON | OFF | (<expL>)


See Also

SET DIALOG, SET MESSAGE, SET SAFETY, SET SCOREBOARD, SET STATUS, SET TALK, SET VERIFY, 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