User Manual

Table Of Contents
17-19
To search for text on the script editor screen
1. From the script editor screen, press 6(g)4(SEARCH).
2. On the screen that appears, enter the character string you want to search for and then
press w.
This starts searching from the top of the py script, and moves the cursor to the left of the
first character of the first matching character string that is found. If there is no matching
character string found, the message “Not Found” will appear. If this happens, press J.
To resume the search using the same character string, press 1(SEARCH).
You will be able to resume a search operation only while “SEARCH” is shown for the 1
function menu key, which indicates that there is at least one other matching character
strings in the script. To cancel a search operation part way through, press J. The
search operation will end automatically if there are no more matches to the text string you
specified.
To copy or cut a script editor screen text string and store it on the clipboard
1. On the script editor screen, move the cursor to the beginning of the range you want to copy
or cut and then press !i(CLIP).
2. Move the cursor to the end of the range you want to copy or cut.
This causes the selected range to become highlighted.
It makes no difference whether you select from the beginning to the end of a range, or
from the end to the beginning.
3. Press 1(COPY) or 2(CUT).
To paste a character string that is on the clipboard
1. On the script editor screen, move the cursor to the location where you want to paste the text
string.
2. Press !j(PASTE).
Debugging a py Script
If a py file does not run as you expected it to, it may be due to a bug (error) in the py script.
The symptoms below indicate that a py file needs to be debugged.
When running a py file script produces an error message.
When running a py file does not produce the desired operations or results.
u
u
u
k