Skip to Content
0
Former Member
May 03, 2007 at 10:17 AM

Round Amounts

24 Views

Hi All,

If decimal part is between 00 and 49, the integer part remains unchanged

(e.g.: 125,49 becomes 125)

If decimal part is greater than 49, the integer part is rounded up

(e.g. 125,50 becomes 126)

How to implement technically in program and Is there is any function for this,

Plz help me with samle code or Guidence

Award points for helpful answers

Thanks

SEK