Replace Parameter: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The "REPLACE" parameter, used in OPEN statements indicates that any existing file under the specified name should be freed and that a new file under that same name be crea...")
 
(No difference)

Latest revision as of 16:18, 5 May 2014

The "REPLACE" parameter, used in OPEN statements indicates that any existing file under the specified name should be freed and that a new file under that same name be created. There will be no warning that the file is being replaced when this parameter is used.