Re: Problem with array processing !!!

2004-02-16 Thread Chris_de
If you don't have to treat an existing array, I would recommend uisng
out indexing here anyway. Its way faster than any array handling.



Re: Problem with array processing !!!

2004-02-13 Thread Mads
It's due to the fact that you are displaying all those 100 000 values
and updating them in the indicator on every iteration.

If you move the indicator outside of the loop so that it will only be
updated when the processing is finished things will run fast.