Skip navigation.
Home

Decimal separator bug

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!