Going from left on the number line (least) to right (greatest), -3 is the smallest. -2.3 next highest, -2 next highest. If INT(...) should return the next greatest integer, INT(-2.3) should return -2 (next integer to the right). ----- Lee