CALL MSTOP
This instruction is available in MDM-Basic, NewModem Basic and StudioFM Basic.
Contents |
CALL MSTOP in MDM-Basic and NewModem Basic
Effect
Stops the modem functions.
Syntax
CALL MSTOP
Related to
Compatibility
CALL MSTOP in StudioFM Basic
Effect
Stops playing of a MSX-MUSIC/PSG music in Studio FM format, that is played in the background.
Syntax
CALL MSTOP
Example
10 BLOAD"SFMDRV1.BIN",R 20 _MLOAD("BUNDY.MUS",&HB000) 30 _MPLAY(&HB000) 40 A$=INPUT$(1) 50 _MSTOP
Related to
CALL MFADE, CALL MLOAD, CALL MPLAY