PROGRAMMING OVERVIEW AND USER INTERFACE


Editing text with menu commands
Menu commandDescription
Edit - CopyCopies selected text to the Clipboard.
Edit - CutMoves selected text to the Clipboard.
Edit - DeleteDeletes selected text (doesn't go to the Clipboard).
Edit - DeselectAllDeselects all text in the window.
Edit - Find/ReplaceFinds and optionally replaces text in the window.
Edit - PastePastes text from the Clipboard to the current insertion point.
Edit - SelectAllSelects all text in the window.
File - ExportExports LotusScript or JavaScript to a file. This menu choice is available for LotusScript and JavaScript only.
File - ImportImports the text of a file into the current LotusScript or JavaScript event or object. This menu choice is available for LotusScript and JavaScript only.

See Also