Method XbpMLE():copyMarked() Foundation
Copies the selected characters from the XbpMLE object to the clipboard.
:copyMarked() --> nCopiedChars
This method returns a numeric value indicating the number of characters copied.
The :copyMarked() method copies the selected characters from the edit buffer to the clipboard. This is the same action that occurs if the user presses the key combination Ctrl+Insert. Characters are selected using the Left and Right arrow keys while continuously holding down the Shift key. If no characters are selected, a null string ("") is copied into the clipboard. Any characters in the clipboard when this method is called are deleted.
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.