Sometimes the trailing decimal point is annoying and unwanted.
----- Original Message ----- From: "Gunnar Ekblad" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]> Sent: Friday, July 10, 2009 12:16 PM Subject: [RBASE-L] - SV: Large integer values in Rbase v8 In this case better use Numeric data type with 0 decimals Gunnar Ekblad Kontema IT AB Hästholmsvägen 32 131 30 Nacka Sweden -----Ursprungligt meddelande----- Från: [email protected] [mailto:[email protected]] För Bill Niehaus Skickat: den 10 juli 2009 17:58 Till: RBASE-L Mailing List Ämne: [RBASE-L] - Large integer values in Rbase v8 I am trying to track some large numbers and planned to use an integer type. The number can be 10 digits long but can not have any decimal values (all whole numbers). It seems like an integer works ok for an 9 digit number but does not work for a 10 digit number. I'm not sure how I can confirm this. Should an integer handle a 10 digit number and if not, what is a better option for a 9 digit number. Thanks. Bill

