Page 1 of 1

Decimals in Numeric Values

Posted: Wed Nov 26, 2003 3:15 am
by MediaStorm
Is it possible to have any decimal precision using a numeric value?



45.2 gets updated to 45 and etc. Any way to keep the precision without having to change to Alpha-numeric format?



It's not critical for my particular application but I can think of some times when it would be more important.

Posted: Thu Nov 27, 2003 10:39 pm
by ScottBot
Numeric data types only handle integers (whole numbers). A floating point type would probably be useful to have, I agree.



Scott