by john w » 31 December 2020, 15:03
d.termini
Thanks for the suggestions. I have tried conversions toInteger, toFloat, toString, etc. All trim the trailing zeros (0). The only thing I have found that works it to change the IMDB data fields to string, then pass the values using toString(). The problem with that is I then have to cast the string back to a number. It seems to add some unnecessary code.
I have also set masks and visual styles. They have not worked. I am back to look at it today with hopes I have missed something.
It goes without saying that when doing calculations there is a huge difference between 325 and 325,000.
This seems like a bug, its certainly not a feature...
Thanks again!
UPDATE: The solution is to use the StringToNumber function. Conversion using other methods does not seem to work.
Regards
John W