CALL CHANGE
Contents |
Effect
Displays all the modified lines of the BASIC source, which is currently in the RAM, when replacing a specified text by a new text.
Associated function key in set 2: F8
Syntax
CALL CHANGE("<String1>","<String2>")
Note: The final part ") can be omitted.
Parameters
<String1> is the characters string that you want to change in the source.
<String2> is the characters string that you want to use in the source to replace <String1>.
Example
_CHANGE("SLOTCK","RAMSLT")