Library Input value , to .
-
Hiho,
i've made a library with some input fields. When i edit the input values within my EA and click the update button. Then a , will be converted to a . . We had those issue before in some other input fields. Hop you find the bug

-
This happens with numeric datatypes and it's not a bug, basically. If someone types "0,1" instead of "0.1", this will lead to an error, and because of that all "," are transformed into "."

-
Its an input field. And in this input field i write a formula with parameters which are separated by ,. So to convert it to . is no good idea. But meanwhile i wrote an MQ4 block ...