Replace Parameter

From BR Wiki
Revision as of 16:18, 5 May 2014 by Laura (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.