LOTUSSCRIPT/COM/OLE CLASSES


GetSelectedText method
Example

Gets the text that is highlighted in the UI.

Note This method is new with Release 5.

Defined in

NotesUIDocument

Syntax

text$ = notesUIDocument.GetSelectedText( [ fieldName$ ] )

Parameters

fieldName$


Return value

text$

Language cross-reference

EditCopy @command in formula language

Example