Frank Barknecht wrote:
Hallo,
No performance problem, however it will wrap around at some (very far) point, so you will get wrong results.
no it won't wrap. all the numbers are stored as floating-point values. when numbers get very high, floating-point won't be able to increment the number by a small amount (like 1.0); thus the counter will stop to count!
mfg.asdr IOhannes