Hello all,
I'm stuck on that one. How do you round a number using integer only? for example if I have a variable like 4557 I would like the results to become 4560 because the last digit is higher than 5 on the other end if I have a variable like 4554 the last digit is less than 5 so the variable remains 4554.
The trick is how to isolate the last digit to make the comparison? Any idea?
Regards,
Yves