Infinite loops question

Hello,

Does Syncfusion Calculate support infinite loop detection? Having a variable with a formula that refers to the same variable leads to an infinite loop but it would be great to get an exception telling about the problem.


1 Reply

AD Administrator Syncfusion Team June 24, 2008 03:04 PM UTC

There is a property setting that tells the CalcEngine whether to throw a circular reference exception. Maybe you can use this to avoid the infinite loop problem you are seeing.

engine.ThrowCircularException = true;



Loader.
Up arrow icon