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}}