VAXTPU ERASE — VMS 5.2
ERASE
Erases the contents of a specified buffer or range. All markers and
ranges will be left on the first character of the EOB text.
Syntax
ERASE ({buffer | range})
Examples
1. ERASE (main_buffer);
Erases the contents of the main buffer. It does NOT destroy the
buffer itself.
2. ERASE (select_range);
Erases the currently selected range in the current buffer.
Related topics
DELETE ERASE_CHARACTER ERASE_LINE