1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 15:51:20 +00:00
QB64-PE/internal/help/PLAY(n).txt
2019-04-14 22:15:33 -03:00

26 lines
514 B
Plaintext

''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:''
*'''[[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]]
{{PageNavigation}}