The numbers in each column come from the same source, but they are often displayed as two wildly different numbers!
Can anybody explain why, and how I can make sure that any numbers I display with COLUMN_TYPE_NUMBERS are as precise as can be?
I'm not sure if it's the MyNumberString.As(Float) that is problematic, or B4XTable munging the numbers.
Who knows?
This has been resolved with the use of a column formatter (B4XFormatter). Check out the attached app to see how it works.
There's also a random number generator that gets you anything from "0.0" to "999999999.999999999." It's handy for testing purposes. (Might could be made faster, but it's already fast enough.)
Attachments
Last edited: