User`s guide
Paste (F10) Paste the most recently copied line above the current line. You
cannot exit SEE with lines in the attach buffer. (Ctrl+K will remove
lines from the copy buffer without pasting them into a program.)
Lines cannot be pasted in read-only mode.
Paste All
(S+F10)
Paste the entire copy buffer above the current line.
Cut (S+F9) Cut the current line and place it in the copy buffer.
Ctrl+Delete Delete the current program line and do not place it in the copy buffer.
(Press Undo (F6) immediately after deleting to restore the line(s) just
deleted.)
Text Searching and Replacing
The SEE editor can search for specific text strings or change a specified string to another
string. The following keys perform string searches and replacements.
To search for a text string:
1. Press the Find (F7) key (or press F in command mode).
2. Enter a search string and press ↵.
3. The text is searched for from the cursor location to the bottom of the program (but not
from the top of the program to the cursor location).
4. To repeat the search, press the Repeat (↵) key (or ' in command mode).
To find and replace a line of text:
1. Press the Change (S+F7) key (or press C in command mode).
2. Enter a search string and press ↵.
3. Enter the replace string and press ↵.
4. The text is searched for from the cursor location to the bottom of the program. Only
one search and replace operation will take place at a time. Global searches and replaces
are not performed.
5. To repeat the change, press the Repeat (↵) key (or ' in command mode).
6. To cancel the change, press the Undo (F6) key (before closing the line).
Normally, text searches are not case-sensitive. The EXACT editor command toggles the
case sensitivity of the search operation (see SEE Editor Extended Commands on page
77).
Basic SEE Editor Operations
V+Language User's Guide, v17.0
Page 66










