Rounding 2 Decimal Point Published on May 7, 2003 value= int((number)*100)/100; //Usage value= int((31.987654)*100)/100; trace(value)