Difference between revisions of "SET ECHO"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 14: Line 14:
  
  
==Description==
+
==See Also==
If SET ECHO is ON, then commands from program files are echoed to the screen | printer as they are executed.  This command is primarily used during program debugging.  By default, ECHO is OFF.
+
[[RESUME]], [[SUSPEND]], [[SET DEBUG]], [[SET DOHISTORY]], [[SET HISTORY]], [[SET STEP]], [[SET TALK]] 
  
  
==See Also==
+
==Description==
SET STEP, SET DEBUG, SET HISTORY, SET DOHISTORY, SET TALK, SUSPEND, RESUME
+
If SET ECHO is ON, then commands from program files are echoed to the screen | printer as they are executed.  This command is primarily used during program debugging.  By default, ECHO is OFF.
  
  
Line 33: Line 33:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|ECHO]]

Revision as of 12:20, 11 March 2009

SET ECHO

Class

Error Handling and Debugging


Purpose

Toggle display of commands from programs as they are being executed


Syntax

SET ECHO ON | OFF | (<expL>)


See Also

RESUME, SUSPEND, SET DEBUG, SET DOHISTORY, SET HISTORY, SET STEP, SET TALK


Description

If SET ECHO is ON, then commands from program files are echoed to the screen | printer as they are executed. This command is primarily used during program debugging. By default, ECHO is OFF.


Example

set echo on
set step on
do testprg


Products

Recital Terminal Developer