Thanks for the reply Kyatric, please read my comments below
Alcemon: If you the sub-event 3 blank (no conditions) you'll see that the values are correctly assigned/displayed.
Agree, I say this myself on the bug report
- If you disable the condition "Value at (5,6) = 0" the assignment works correctly
Also I would like to say that this is not "purely academic" bug report. I noticed this problem in my live code when I had the following conditions:
-If cell value equals a certain value, or -> the real condition
-debug_on -> a debug flag that I use for a special operation mode in my project
I would not know if the problem is in:
the array machinery (it does seem to happen only with arrays and not with regular variables) or
with the logic of events (seems unlikely because some actions at the same level are executed, only the assignment is not) or
me not understanding something obvious (unfortunately likely)
But something is clearly amiss here. In any case, if you know the issue exists you could work around it so I don't think that this would block anyone.
Thanks again for the reply.