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 !