PureBytes Links
Trading Reference Links
|
On Mon, 15 Jul 2002, Rich Schaaf wrote:
> Problem 2:
> (TS2000i and TS6): The following error shows up (only occasionally):
> "Infinite loop detected in this analysis technique. Check all 'FOR'
> and/or 'WHILE' loops for proper termination conditions."
> The study in question uses only two simple "for i=1 to 5" loops.
If you change the value of 'i' while the for is running, it might generate
this type of error.
Mike
|