View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004897 | Last.fm plugin | Last.fm | public | 2008-10-20 21:11 | 2013-12-10 00:47 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0004897: Last.FM DJ problem handling Regional Decimal separators | ||||
Description | As reported at: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=29974 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Last.DJ needs to be Regional insensitive to Decimal Separators. And all string entries for Integers and doubles needs to be checked for right Decimal Separator. As VBScript do not Return Regional Decimal Separator function should be made for returning it. sub GetDecimalChar() dim strdec strdec = CStr(CDbl(3/2)) GetDecimalChar = Mid(strdec, 2, 1) end sub |
|
Fixed in Script and UTC time within MMW |