Futurebasic/Language/Reference/sound end
SOUND END
Syntax
SOUND END
Description
This statement stops the sound that was initiated with the latest SOUND <frequency> or SOUND <snd> statement. If the sound is an "snd " resource that you played using the SOUND resName$ syntax or the SOUND %resID% syntax, the SOUND END statement also releases the resource.
See Also
SOUND<frequency>; SOUND<snd>; SOUND%