From: Victor B. <so...@te...> - 2012-11-12 19:14:48
|
Hello, this script: print(0.4) require("wx") print(0.4) does this output: 0.4 0,4 For me is very bad because I cant serialize floats. Is there any reason for changing tostring method for numbers or could be reverted? Thank you Victor Bombi |