Don't know if this has come up before, but following the example in the manual for 'digits' gives wrong values...
Code:
var x = 123456.789;
...
digits(0,0,"%f",*,1,x);


According to the manual this will display '123456.789' yet I keep getting '123456.789063'. I realise this is caused by the inaccuracies in converting the var to floating point, but it's still a mistake in the manual.

Last edited by DJBMASTER; 01/22/10 04:18.