first, thx for your wonderful software. I use it with my old Sony Clie PDA using PalmOrb (4 Button Hack), and it just works.
I encountered one problem however. In Germany, the decimal "point" isnt a point really, but a comma, our thousands separator is a point. So its kinda the opposite of english number format. The problem with that is, that every value reporting with decimals (network traffic, speedfan temperatures) contain a comma and hence are not useable in any functions.
Example:
Code: Select all
$blah($NetSpDownK(1))
Code: Select all
$blah(83,4)
Any ideas how to fix this?
Oh, i use LCDSmartie 5.3