Method XbpMLE():cutMarked() Foundation

Deletes the selected characters from the edit buffer and copies them to the clipboard.

Syntax
:cutMarked() --> nCutChars
Return

This method returns a numeric value indicating the number of characters deleted.

Description

The :cutMarked() method deletes the selected characters from the edit buffer and copies them to the clipboard. This is the same action that occurs if the user presses the key combination Shift+Delete. Characters are selected using the Left and Right arrow keys while continuously holding down the Shift key. If no characters are selected, nothing is copied in the clipboard.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.