function round2(%data){ %data = strReplace(%data, strChr(%data, "."), ""); if(%data < 1) { %data = 0; } return %data;}