We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon