1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 10:00:23 +00:00
qb64/internal/help/PLAY(n).txt

26 lines
514 B
Plaintext
Raw Normal View History

2017-10-10 14:55:21 +00:00
''This page is maintained for historic purposes. The keyword is not supported in QB64.''
----
'''PLAY(n)''' is a event-trapping function that returns the number of notes currently in the background music queue.
{{PageSyntax}}
:: PLAY(n)
''Description:''
2017-10-10 14:55:21 +00:00
*'''[[Keywords currently not supported by QB64|Not supported in QB64.]]'''
* n can be any number and is only a dummy.
* If the music is playing in foreground the function will return 0.
''See also:''
* [[ON PLAY(n)]], [[PLAY]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}