Owner`s manual

59
SEARCH (search)
Searches the character data through the text.
Format:
SEARCH
[IP)
<character
data>
Abbreviated form:
SE.
Explanation:
Searches for and finds the character data specified
in
the <character
data>
through
the program text and displays it on the screen.
When the space key
is
pressed during execution, the display stops temporarily;
when the key
is
pressed once again, the execution
is
started again.
The execution
is
stopped by ISHIFTI +
IBREAKI
.
Uflfler ease aRa
lewsr
esse
llilulilfs
eaRRet
be
disclimindled withIn <character
~-T-tnts,
"see"
aRe"
c).BC"
anI
~gRsiQ@F@a
te
88
the sl'lft'le ehalaetel el'lta.
If
double quotation marks are used, CHRS (34)
is
used as the <character
data>.
When IP
is
specified, data are printed by the printer, not displayed on the screen.
Example:
SEARCH
"ABC"
..... Searches for and finds, in the program text, the line including the character data
"ABC",
and displays it on the screen.
SEARCH
"PRI
NT"+CHR$(
34)
+"A"+CHR$(
34)
..... Searches for and finds the line including the character data
PRINT"
A".