Explanation
PLAY Function
Returns the number of notes in the background music queue.Worth knowing
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
PLAY(n) |
n | Any numeric expression. |
Music$ = "MBT180o2P2P8L8GGGL2E-P24P8L8FFFL2D"
PLAY Music$
WHILE PLAY(0) > 5: WEND
PRINT "Just about done!"
See also: | PLAY (Music) | PLAY, ON PLAY |