1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 22:50:23 +00:00
QB64-PE/internal/help/_SNDLEN.txt

27 lines
514 B
Plaintext

The {{KW|_SNDLEN}} Function returns the length of a sound in seconds using a handle from the {{KW|_SNDOPEN}} Function.
{{PageSyntax}}
:{{Parameter|soundlength}} = {{KW|_SNDLEN}} ({{Parameter|handle&}})
{{PageDescription}}
*Returns the length of a sound in seconds.
*The opened file must include the "LEN" capability to use this function.
{{PageExamples}}
{{CodeStart}}
{{Cl|PRINT}} {{Cl|_SNDLEN}}(h&)
{{CodeEnd}}
{{PageSeeAlso}}
*{{KW|_SNDCOPY}}, {{KW|_SNDLIMIT}}
{{PageNavigation}}