General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
-
MediaStorm
- Member
- Posts: 30
- Joined: Sat Jun 28, 2003 1:58 pm
Post
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.
-
ScottBot
- Site Admin
- Posts: 2806
- Joined: Thu Feb 13, 2003 6:46 pm
- Location: Georgia (USA)
-
Contact:
Post
by ScottBot »
Numeric data types only handle integers (whole numbers). A floating point type would probably be useful to have, I agree.
Scott