Contents  Index  
──────────────────────────────────────────────────────────────────────────────
Returns the number of notes in the background music queue.

PLAY(n)n    Any numeric expression.

Example:
    Music$ = "MBT180o2P2P8L8GGGL2E-P24P8L8FFFL2D"
    PLAY Music$
    WHILE PLAY(0) > 5: WEND
    PRINT "Just about done!"

See Also    PLAY (Music)    PLAY, ON PLAY (Event Trapping)
──────────────────────────────────────────────────────────────────────────────
 © Copyright Microsoft Corporation, 1987-1992. All rights reserved.
   Converted from qbasic.hlp with DosHelp/HelpConvert