--- In [email protected], Cüneyt <[EMAIL PROTECTED]> wrote: > I'm still using v4.5.08. I've downloaded the latest > version and a quick look revealed that Math plugin has > no counterpart of a floating-point capable divide- > method, and standard /-operator is not precise > (12/5=>2).
FWIW, win.debug(ftos(12/5.0)) displays 2.4 win.debug(12/5.00) displays 2.4 win.debug(12/5) displays 2 ftos is floattostring function added in version 4.6 Regards, Sheri
