View Issue Details

IDProjectCategoryView StatusLast Update
0004897Last.fm pluginLast.fmpublic2013-12-10 00:47
Reporterrusty Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0004897: Last.FM DJ problem handling Regional Decimal separators
DescriptionAs reported at:
http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=29974
TagsNo tags attached.
Fixed in build

Relationships

child of 0004397 closedpeke Last.fm DJ 

Activities

peke

2008-10-26 03:02

developer   ~0014830

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

peke

2013-12-10 00:47

developer   ~0038639

Fixed in Script and UTC time within MMW