Variant containing an FmtBcd is not properly converted by TValueHelper.FromVariant

Issue #162 resolved
Stefan Glienke repo owner created an issue

The fix done for #64 fails when the Variant contains decimal places.

Simple code to reproduce:

TValue.FromVariant(VarFMTBcdCreate(12.3));

Reported on the forums: https://groups.google.com/forum/#!topic/spring4d/JWeEWx9GJGw

Comments (3)

  1. Log in to comment