Error on Line 20: Expected ';' fetch wrote on 10/2/2003, 3:16 AM What does this mean?. I'm using the script RendererQueue.js Changed line 20: var defaultOutputDir = null; to var defaultOutputDir = C:\Idol_WMV; Sorry I'm not a programmer so this is all new to me. Back to post
Comments jetdv wrote on 10/2/2003, 8:02 AM Instead of: var defaultOutputDir = C:\Idol_WMV; Try: var defaultOutputDir = "C:\\Idol_WMV"; 2G wrote on 10/23/2003, 8:53 PM Put quotes around the string: var defaultOutputDir = "C:\Idol_WMV"; 2G jetdv wrote on 10/23/2003, 11:04 PM 2g, you also have to have two slashes as I showed in my "change to" line. 1