Difference between revisions of "SET SAFETY"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | + | [[COPY]], [[CREATE]], [[ERASE]], [[JOIN]], [[PACK]], [[REINDEX]], [[SORT]], [[TOTAL]], [[ZAP]] | |
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
use patrons | use patrons | ||
copy to orders | copy to orders | ||
− | Orders.dbf already exists. Overwrite it? (Y/N)</ | + | 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
Contents
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