ParseAndCompute - possible bug

Hi,

ParseAndCompute appears to be returning 0(zero) for the following SUM formula:

CalcQuick.ParseAndCompute("=SUM(CUSTFUNC() + CUSTFUNC())")

This formula syntax however returns the expected (non-zero) result:

CalcQuick.ParseAndCompute("=SUM(CUSTFUNC(), CUSTFUNC())")

Note: CUSTFUNC() is a custom function that returns a random number between 1 and 10.

Cheers
Dan

1 Reply

AD Administrator Syncfusion Team December 28, 2006 11:01 AM UTC

What version of our software are you using? Here is a little sample that does not show this problem using the latest 4.4.0.51 release.

http://www.syncfusion.com/Support/user/uploads/Calc_Update_8d535a91.zip

Loader.
Up arrow icon