I wrote a simple application with one input field. If I enter in the input box 1.0 (through dot) everything works. If I enter 1,0 (through comma), it gives an error (Syntax error in expression). Is it possible to somehow force the application to correctly read a number written with a comma?
↧