Thanks for your answer, but you don't seem to understand the issue yet it seems.
A. I first tried:
[omega(1) .. omega(1000)]
which was fine.
B. Then I tried:
[omega(1) .. omega(10000)]
which did not return results, not even after 1 hour.
C. The I tried
[omega(1000) .. omega(2000)]
and
[omega(2000) .. omega(3000)]
etcetera, all the way up to:
[omega(9000) .. omega(10000)]
these too were all fine and returned results within a few seconds.
So my issue is: Why the heck can't:
[omega(1) .. omega(10000)]
which is just 10 of the above executed in one go, return results in less than say 20 seconds???
I never said I tried
[omega(9000) .. omega(10000)] .. [omega(9000) .. omega(10000)]
The .. in the middle was not between ` `, but I admit that was hard to see. I've edited my original post and replaced it with the textual form.
Any thoughts?