Abs Arithmetics 5.1 OC int int value Absolute coordinate you want to convert to a relative coordinate. Returns the absolute value of the given parameter, ignoring the sign of the value. Abs(-12) == Abs(12) == 12 This expression is true. Sven22001-11