CALL CHANGE
This page was last modified 00:40, 31 May 2023 by Mars2000you.

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")

Related to

CALL SEARCH

Compatibility

MSX2-SAS BASIC