LSE$CLIHELP.HLB  —  ERASE  WORD
    Removes a word at the current cursor position.

    Format

      ERASE WORD

1  –  Qualifiers

1.1    /CURRENT

       /CURRENT (D)

    Erases text in the current direction.

1.2    /FORWARD

    Erases text in the forward direction.

1.3    /INDICATED

       /INDICATED (D)

    Deletes the entire word the cursor is on, regardless of the
    cursor's position within that word.

1.4    /NEXT

    Erases the word following the cursor. When the cursor is
    positioned on a space, LSE erases all the spaces before and after
    the deleted word except one space. If the cursor is at the end of
    a line, the next line is appended to the current line. You cannot
    use the /NEXT qualifier with any other ERASE WORD qualifier.

1.5    /PREVIOUS

    Erases the previous word when the cursor is on the first character
    of a word or between words. When the cursor is in the middle of
    a word, that entire word is erased and the cursor moves on to
    the first letter of the next word. You cannot use the /PREVIOUS
    qualifier with any other ERASE WORD qualifier.

1.6    /REVERSE

    Erases text in the reverse direction.

1.7    /TO

    Deletes text from the current cursor position to the beginning of
    the next word in the specified direction.
Close Help