static void Rounding(Args _args)
{
real temp, roundingUp, roundingDown;
;
temp = 3000 / 7;
roundingUp = roundUp(temp, 1);
roundingDown = roundDown(temp, 1);
info(strFmt("Origin : %1 RoundingUp : %2 RoundingDown : %3", temp, RoundingUp, roundingDown));
}
The result is like a picture below :
Nice blog here! Also your site loads up very fast!
What host are you using? Can I get your affiliate link to your host?
I wish my website loaded up as fast as yours lol
My site :: duplex for rent minneapolis
Hi all,
can you tell me how rounding the amount in sales order eg.,7575.45345
i want same amount in amount column.
i don't want to rounding the amount..