I'm using SmartClient_v110p_2016-07-08_Pro
Java Double values with many decimal digits (e.g. 3.0495475498449265) are translated to Strings by com.isomorphic.js.JSTranslater.
But 3.0495475498449265 is a correct JavaScript Number.
This is new in SmartClient V11. In V10 this was not the case
Thanks
Burkhard
Java Double values with many decimal digits (e.g. 3.0495475498449265) are translated to Strings by com.isomorphic.js.JSTranslater.
But 3.0495475498449265 is a correct JavaScript Number.
This is new in SmartClient V11. In V10 this was not the case
Thanks
Burkhard
Comment