That's right.

But what about:
Code:

var x;

x=7/20; //0.35!!
....




I dont get 0.35 exactly when I use more then 3 decimal places:
->
0 - 0
1 - 0.3
2 - 0.35
3 - 0.350
6 - 0.349609
9 - 0.349609375


Is this a CPU problem (dont think so) a engine bug or a wrong/bad convertion from long (long, isnt it?) to var or something else?


nipx