ExtendSelection

Syntax

ExtendSelection [Character$]

Remarks

Performs one of the following actions:

You can use ExtendSelection with EditGoTo and EditFind to extend the selection to a specific location or piece of text. Use the Cancel statement to deactivate extend mode.

Example

This example selects all text from the insertion point to and including the bookmark "MyMark":


ExtendSelection
EditGoTo "MyMark"
Cancel

See Also

Cancel, ColumnSelect, ExtendMode(), ShrinkSelection