Decimal separator bug
Submitted by Superbisco on Mon, 03/10/2008 - 16:48.
Set decimal separator to dot (.), instead comma (,)
the tabbyCalc encours to a "Parsing error" when the result of an expression like 1/2 is used with another calc.
Eg:
1/2
1,5 * 3 ->> Parsing error (because the result display decimal with the comma, while the decimal separator is set to the dot).

You are getting a parsing
You are getting a parsing error because you have it set to DOT and you are using an expression that has a comma in it. I'll have to make it so the interpreter always supports both I guess. Thanks!