Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Bug in Command Parser? -> German decimal "point"

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
wuerzig
Posts: 2
Joined: November 7th, 2006, 7:27 pm

Bug in Command Parser? -> German decimal "point"

Post by wuerzig »

Hey there,

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))
Function $blah expecting one parameter. Since $NetSpDownK(1) contains a comma, LCD Smartie now tries to execute something like

Code: Select all

$blah(83,4)
and complains about the extra parameter in the call to $blah.

Any ideas how to fix this?

Oh, i use LCDSmartie 5.3
wuerzig
Posts: 2
Joined: November 7th, 2006, 7:27 pm

Post by wuerzig »

anyone?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

The program cannot change this behaviour :cry: the only option you have is to tweak the regional option of your system... :?

Here in Greece we have the same saperators for decimals and thousands with you... I have tweaked my system to fit these requirements.
Post Reply