Round to decimal point Published on August 20, 2003 value= int((number)*100)/100; //Usage value= int((31.987654)*100)/100; trace(value)