by coulz » Tue Mar 12, 2013 7:44 am
tobstarrr wrote:I receive Error #13 - Microsoft VBScript runtime error
Type mismatch: 'CDbl'
File: "C:\....\MediaMonkey\Scripts\DiscogsAuto TagWeb.vbs", Line: 243, Column: 4
when running Discogs Tagger 3.6.2
Hi, your error is kinda weird because in Swiss, I think you use either a comma or a dot as a decimal separator.
Check your settings under Control Panel (
take a look right here) and change if needed the decimal separator.
If it is not that, I don't know the issue, sorry.
tobstarrr wrote:I don't know the language that well to know what this line is doing.
That line changes the "," separator into a "." separator, since it returns a decimal number. Needed for guys whose machine uses the comma as a decimal separator. You can also replace the "," in this line with your decimal separator if you don't want to change the settings under Control Panel.
[quote="tobstarrr"]I receive Error #13 - Microsoft VBScript runtime error
Type mismatch: 'CDbl'
File: "C:\....\MediaMonkey\Scripts\DiscogsAuto TagWeb.vbs", Line: 243, Column: 4
when running Discogs Tagger 3.6.2[/quote]
Hi, your error is kinda weird because in Swiss, I think you use either a comma or a dot as a decimal separator.
Check your settings under Control Panel ([url=http://blogmines.com/blog/2010/03/11/how-to-change-the-decimal-separator-in-excel-2010/]take a look right here[/url]) and change if needed the decimal separator.
If it is not that, I don't know the issue, sorry.
[quote="tobstarrr"]
I don't know the language that well to know what this line is doing.
[/quote]
That line changes the "," separator into a "." separator, since it returns a decimal number. Needed for guys whose machine uses the comma as a decimal separator. You can also replace the "," in this line with your decimal separator if you don't want to change the settings under Control Panel.