Older Version
Newer Version
BillW
May 25, 2006
- "The bug was in a local version I was running"
BillW
May 25, 2006
- "The bug was in a local version I was running"
FUNCTION WaveLength(wave$) if wave$ = "" then exit function starttime = time$("ms") playwave wave$, sync endtime = time$("ms") WaveLength = endtime - starttime END FUNCTIONIt is important to note that this function will not report the correct time if the date changes while the wave is being played.