qbasic.hlp (Topic list)
PLAY Function
  Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
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)