as the title says, there seems to be an issue with AssignFrom and MultiDimSpread (just tested with multidim) which got introduced with b35
in case of the demo this doesn’t work anymore:
ISpread<ISpread> Input;
ISpread<ISpread> Output;Output.AssignFrom(Input);
…do something with output
while doing the copying with two loops from in to out works fine
setSlice.v4p (4.8 KB)