Command Reference : Command Reference
  
 
wfclose
Close the active or specified workfile.
Syntax
wfclose(options) [name]
wfclose allows you to close the currently active workfile. You may optionally provide the name of a workfile if you do not wish to close the active workfile. If more than one workfile is found with the same name, the one most recently opened will be closed.
Options
 
noerr
Do not error if a name is provided and no workfile with that name is found.
Examples
wfclose
closes the workfile that was most recently active.
wfclose basics
closes the workfile named BASICS.
Cross-references
See also wfcreate, wfopen and wfsave.