Hello Mr. Lotter,

I guess the manual page concerning fixed(float) isn't correct.

http://www.conitec.net/beta/afixed.htm

The functions name should be "fixv", not "fixed", right? At least that's what the example on that page suggests and what actually compiles. Using "fixed" results in an compile time error.

The type of the parameter should also be float, not var.


Always learn from history, to be sure you make the same mistakes again...