_SNDPLAY

From QB64 Wiki
Revision as of 14:18, 9 September 2017 by imported>SMcNeill (style guidelines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _SNDPLAY statement plays a sound designated by a file handle created by _SNDOPEN.


Syntax

_SNDPLAY handle&


Description

  • Make sure that the handle& value is not 0 before attempting to play it.


Examples

Example: Checking a handle value before playing

IF h& THEN _SNDPLAY h&


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page