1286 Script error dialog fails to escape & [6356]

This forum is for reporting bugs in MediaMonkey for Windows 4. Note that version 4 is no longer actively maintained as it has been replaced by version 5.

Moderator: Gurus

chrisjj
Posts: 5007
Joined: Wed Feb 14, 2007 5:14 pm
Location: UK

1286 Script error dialog fails to escape & [6356]

Post by chrisjj »

e.g.
Error #1032 - Microsoft VBScript compilation error
Invalid character
fout.WriteLine "<td>' _regEx.Replace(itm.AlbumName,$1)
File: "C:\Program Files\MediaMonkey\Scripts\TDJ setlist.vbs", Line: 179, Column: 52
(note the underscore) in response to the script line:

Code: Select all

fout.WriteLine "<td>" & regEx.Replace(itm.AlbumName,$1)

Tracked at http://www.ventismedia.com/mantis/view.php?id=6356
Chris