Cut (NotesUIDocument - LotusScript®)

Cuts the current selection from a document and places it on the Clipboard. The current selection can be anything in an editable field, such as text or graphics.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument .Cut

Usage

This method is valid only when the document is in Edit mode.

If the user has something on the Clipboard, it is lost when you call this method.

Example