Op Wed, 13 Jun 2007, schreef Catalin Zamfir Alexandru:
> Guess because you're using inc(count) which may tell the compiler to use a
> specific procedure, specific procedure that may have its own hidden
> variables.
>
> Use count := count + 1; and see what happens. This way you're not using the
> inc() procedure that may be specific to the system unit.
Nonsense, inc is compiler internal and fast.
The problem is probably our real to string conversion is slower.
Daniël
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal