When I edit a cell in a dat programmatically (eg. by doing op('dat1')[0,0] = op('dat2')[0,0]
) it doesn’t trigger the onCellChange function in a datExec pointed at dat1. Is this a feature or a bug?
When I edit a cell in a dat programmatically (eg. by doing op('dat1')[0,0] = op('dat2')[0,0]
) it doesn’t trigger the onCellChange function in a datExec pointed at dat1. Is this a feature or a bug?