Decimal precision
Hello,
I have decimal vars which I retrieve from my database. They have a precision of 7 digits.
I want to use these to calculate various things and save them in an other database with only 2 digit precision.
So how can I set my (eg.) 2,4567000 to 2,45 ?
Thanks in advance !
joy.simpsonPosted May 11, 2005, 10:40 PM
Andrzej WegierskiPosted May 11, 2005, 9:32 AM