CALL SEARCH
Contents |
Effect
Displays all the lines with a specified text in the BASIC source, which is currently in the RAM.
Associated function key in set 2: F7
Syntax
CALL SEARCH("<String>")
Note: The final part ") can be omitted.
Parameter
<String> is the characters string that you want to find in the source.
Example
_SEARCH("SLOTCK")