SNDPLAY
From QB64 Wiki
The _SNDPLAY statement plays a sound designated by a file handle created by _SNDOPEN.
- _SNDPLAY (handle&)
Description:
- Make sure that the handle value is not 0 before attempting to play it.
Code Examples:
Example: Checking a handle value before playing
See also: