Difference between revisions of "SET SAFETY"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
PACK, REINDEX, ZAP, CREATE, SORT, TOTAL, COPY, JOIN, ERASE
+
[[COPY]], [[CREATE]], [[ERASE]], [[JOIN]], [[PACK]], [[REINDEX]], [[SORT]], [[TOTAL]], [[ZAP]]
  
  
Line 23: Line 23:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
use patrons
 
use patrons
 
copy to orders
 
copy to orders
Orders.dbf already exists.  Overwrite it?  (Y/N)</pre>
+
Orders.dbf already exists.  Overwrite it?  (Y/N)</code>
  
  
 
==Products==
 
==Products==
 
Recital Terminal Developer
 
Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|SAFETY]]

Revision as of 11:47, 12 March 2009

SET SAFETY

Class

Environment


Purpose

Determine whether existing files are overwritten without prompting for confirmation


Syntax

SET SAFETY ON | OFF | (<expL>)


See Also

COPY, CREATE, ERASE, JOIN, PACK, REINDEX, SORT, TOTAL, ZAP


Description

If SET SAFETY is ON, the user is asked whether the file should be overwritten before performing the operation. By default, SAFETY is ON


Example

use patrons
copy to orders
Orders.dbf already exists.  Overwrite it?  (Y/N)


Products

Recital Terminal Developer