Issue with thousand separator during a formula translations to user.

Issue #572 resolved
Roman Telezhynskyi repo owner created an issue

Method VTranslateVars::FormulaToUser has bug that break formulas for math parser.

According to locale (CI or system) rules each number more than +/-999 has thousand separator. The math parser doesn't support space as thousand separator. If leave it a formula will be broken.

Any other separators can be freely used.

Comments (4)

  1. Log in to comment