Trixmoto,
I'm getting the same previously mentioned error when editing timestamps with the LyricTimer:
InlineLyrics2.vbs
Line: 91
Char: 3
Type Mismatch: 'Clng'
Code: 800A000D
Source: Microsoft VBscript runtime error.
The line is:
min = Clng(mid(txt,2,2))
When the error occurs I say yes to continue. InlineLyrics closes, but I can still continue to edit in the LyricTimer and save the changes. This happens whether Loop is set to No or Yes.
NB I am adding extra lines into the Lyrics (to get them absolutely right), and then re-running the Lyric Timer to timestamp the new lines, which it recognises. Of course, InlineLyrics is running while I'm doing this, and doesn't expect the extra lines in the loop - as I see it.
Is there a quick code fix for this, that I can implement? Some way to let the InlineLyrics know that the LyricTimer is in edit mode with previously unseen lines. As opposed to only fine tuning the timings.
Thanks.