decimals

  • Thread starter Thread starter fajita
  • Start date Start date
F

fajita

I have amt. of days past due. EX: 40.5 days I don't want
the .5, i've set decimals to 0 and i still get them. How
do i get it to round up?
Under what object should I set decimal to 0.
 
I have amt. of days past due. EX: 40.5 days I don't want
the .5, i've set decimals to 0 and i still get them. How
do i get it to round up?
Under what object should I set decimal to 0.

Where do you "have" this? What is the context?

You can use the Round() function with 0 as the argument to round to an
exact value.
 
Back
Top