You are not logged in.
At least two related issues were fixed:
- fixed rounding issue in ExtendedToString() and all corresponding wrappers like DoubleToStr*, Add(Double...)
- get rid of wrong "Decimal" parmater in float to text conversion/
In fact, this may be a must-have upgrade of the framework, since it may create some rounding issues in some case.
For instance, the JSON content may contain wrong values, when generated from SQLite3 data (there is no "Currency" type in SQLite3).
Offline