> This is for performance reasons: '\' (or DIV) operator is faster than '/'. > OK. > If you want to use DIV like '/', just use '/'! > "/" is different thing, it doesn't give integer quotient. To get integer quotient from floats I use "iQuotient = Floor( a / b )". Jussi