0 Members and 1 Guest are viewing this topic.
Actually, round() is better than iPart() in this case. You never know when the result might be 3.999999999 and iPart returns 3.
So many little things that I forgot about