Method XbpSLE():cutMarked() Foundation

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

Syntax
:cutMarked() --> lSuccess
Return

This method returns the value .T. (true) if the characters were successfully deleted from the edit buffer and copied to the clipboard, otherwise it returns .F. (false).

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.