_SNDPLAY - mkilgore/QB64pe GitHub Wiki
The _SNDPLAY statement plays a sound designated by a file handle created by _SNDOPEN.
- _SNDPLAY handle&
- Make sure that the handle& value is not 0 before attempting to play it.
Example: Checking a handle value before playing
'' '' IF...THEN h& THEN _SNDPLAY h& '' '' |
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page