Arbortext Command Language > Using the Arbortext Command Language > Deleting Named Paste Buffers
  
Deleting Named Paste Buffers
 
To delete an unsaved named buffer during the current editing session, use the delete_buffer command. Otherwise, unsaved named buffers are deleted when you exit Arbortext Editor.
* 
The delete_buffer command does not remove files created with the save_buffers command. Use the remove_file command to delete files created with the save_buffers command.
Examples
To remove a named paste buffer, partno, which contains a particular equipment part number that you know you won't need again in this editing session, enter the following command on the Arbortext Editor command line:
delete_buffer partno
In this way, you are free to create another paste buffer named partno with a different equipment part number.
To delete all unsaved buffers, at the command line, enter:
delete_buffer -all