https://bugs.documentfoundation.org/show_bug.cgi?id=43003
--- Comment #29 from Miguel <[email protected]> --- I disagree: Looking at my last attachment: https://bugs.documentfoundation.org/attachment.cgi?id=101507 You can see that when modifying cell A1, the array function is updated (cells B1:C1), which appears to be a fix, but the scalar function is still not updated until you press Ctrl-Shift-F9 (cell F1), so the fix is not complete. Further, I rechecked with my previous attachment: https://bugs.documentfoundation.org/attachment.cgi?id=101117 It was somewhat complex so I had removed it, but no only it does not work anymore, but it has also become completely buggy. At line 23, there is this simple operation: y=ref(1,3)+u-1 Using the debugger, I find that: ref(1,3) = 13 v = 1 So I should get y=13, but I get: y = 65 When the pointer has reached line 26 (variable y was used as a parameter, but not supposed to be modified), I get: y = 138 This is not reproducible: sometimes, the result gets temporarily correct, but when reaching the next program line, it becomes wrong again. So the problem seems to be much more serious than just when the recalculation is triggered: the interpreter seems to be completely mistaken. Anyway I have long stopped using the macros, due to the increasing number of major bugs, which has made it unusable for my initial accounting project. -- You are receiving this mail because: You are the assignee for the bug.
