Hi,<div><br></div><div>I did this small script:</div><div>--------------------------------------------------------------</div><div><div>int n = 7 %/ 5;                    // expect n = 1</div><div>float x = 1.0*@tofloat(n);     // expect x = 1.0</div>

<div>string msg = @strcat("x = ", x);</div><div>trace(msg);</div></div><div>--------------------------------------------------------------</div><div>I expected to see "x = 1.0", but I got "x = 1.4". Is it normal ?</div>

<div><br></div><div>Gwenael</div><div><br></div><div><br></div>