Problems to insert non-integer numbers #135
Answered
by
gdmiron
francescaridi-spec
asked this question in
GEM-Selektor (GEMSGUI)
|
Hi, I just started to use GEMS, but I'm having problems to insert non integer numbers: it gives problems either I use dot (it automatically erase the compound) or comma (for example if I insert 2,52 it automatically write 2,52E+02). Thanks for the help. |
Answered by
gdmiron
Aug 4, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This issue is caused by the operating system's regional settings. GEMS currently expects decimal numbers to use a period (.) as the decimal separator and does not correctly parse numbers that use a comma (,), as is common in some locales.